Export tasks in a deterministic order (#3549)

fix issue #3527
This commit is contained in:
Will R S Hansen 2024-07-08 20:22:14 -07:00 committed by GitHub
parent 61c9b48664
commit 2bd609afe3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 41 additions and 1 deletions

View file

@ -118,7 +118,7 @@ int CmdExport::execute (std::string& output)
// if no sort order, sort by id
if (!sortOrder.size ()) {
reportSort = "id";
reportSort = "id,uuid";
}
// Sort the tasks.