mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 21:27:19 +02:00
parent
61c9b48664
commit
2bd609afe3
3 changed files with 41 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue