mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Report
- Restored the empty filter on the 'all' report, which is the only way to show all tasks.
This commit is contained in:
parent
5ca55e75cf
commit
9853fb9cb4
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue