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
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.