mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Config: The 'completed' report haѕ a column labeled 'took'!?
- Good grief.
This commit is contained in:
parent
415690ca23
commit
f240c783cb
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ std::string Config::_defaults =
|
|||
"report.active.sort=project+,start+\n"
|
||||
"\n"
|
||||
"report.completed.description=Completed tasks\n"
|
||||
"report.completed.labels=ID,UUID,Created,Completed,took,Deps,P,Project,Tags,R,Due,Description\n"
|
||||
"report.completed.labels=ID,UUID,Created,Completed,Age,Deps,P,Project,Tags,R,Due,Description\n"
|
||||
"report.completed.columns=id,uuid.short,entry,end,entry.age,depends,priority,project,tags,recur.indicator,due,description\n"
|
||||
"report.completed.filter=status:completed\n"
|
||||
"report.completed.sort=end+\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue