mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 16:53:08 +02:00
Dependencies - blocked
- The blocked report now shows the dependencies as well as restricting the tasks to those that are blocked.
This commit is contained in:
parent
bcd2a79a54
commit
64344d0328
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ std::string Config::defaults =
|
|||
"report.blocked.description=Lists all tasks matching the specified criteria\n"
|
||||
"report.blocked.columns=id,depends,project,priority,due,active,age,description\n"
|
||||
"report.blocked.labels=ID,Deps,Project,Pri,Due,Active,Age,Description\n"
|
||||
"report.blocked.sort=due+,depends-,priority-,active-,project+\n"
|
||||
"report.blocked.sort=due+,priority-,active-,project+\n"
|
||||
"report.blocked.filter=status:pending depends.any:\n"
|
||||
"#report.blocked.dateformat=m/d/Y\n"
|
||||
"\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue