- Fixed bug #897, which omitted the UUID field from the 'completed'
  report, which is essential if you need to modify a completed task
  (thanks to Eli Lev).
This commit is contained in:
Paul Beckingham 2012-01-12 16:47:08 -05:00
parent 205d4fe29f
commit 7cc3544f74
3 changed files with 5 additions and 2 deletions

View file

@ -400,8 +400,8 @@ std::string Config::_defaults =
"\n"
"# task completed\n"
"report.completed.description=Lists completed tasks\n"
"report.completed.columns=end,project,priority,entry.age,description\n"
"report.completed.labels=Complete,Project,Pri,Age,Description\n"
"report.completed.columns=end,project,priority,entry.age,description,uuid\n"
"report.completed.labels=Complete,Project,Pri,Age,Description,UUID\n"
"report.completed.sort=end+,priority-,project+,description+\n"
"report.completed.filter=status:completed\n"
"#report.completed.dateformat=m/d/Y\n"