- Restored the empty filter on the 'all' report, which is the only way
  to show all tasks.
This commit is contained in:
Paul Beckingham 2014-02-15 14:42:10 -05:00
parent 5ca55e75cf
commit 9853fb9cb4

View file

@ -379,10 +379,9 @@ std::string Config::_defaults =
"report.waiting.filter=+WAITING\n"
"report.waiting.sort=due+,wait+,entry+\n"
"\n"
"report.all.description=Pending, waiting and completed tasks by age\n"
"report.all.description=All tasks by age\n"
"report.all.labels=ID,St,UUID,A,Age,Done,D,P,Project,Tags,R,Wait,Sch,Due,Until,Description\n"
"report.all.columns=id,status.short,uuid.short,start.active,entry.age,end.age,depends.indicator,priority,project.parent,tags.count,recur.indicator,wait.age,scheduled.age,due,until.age,description\n"
"report.all.filter=status.not:deleted\n"
"report.all.sort=entry-\n"
"\n"
"report.next.description=The top 7 most urgent actionable tasks\n"