Dependencies
- Added a new 'unblocked' report to complement the 'blocked' report. - Updated docs.
This commit is contained in:
@@ -393,7 +393,7 @@ std::string Config::defaults =
|
||||
"#report.next.annotations=full\n"
|
||||
"\n"
|
||||
"# task blocked\n"
|
||||
"report.blocked.description=Lists all tasks matching the specified criteria\n"
|
||||
"report.blocked.description=Lists all blocked 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+,priority-,active-,project+\n"
|
||||
@@ -401,7 +401,7 @@ std::string Config::defaults =
|
||||
"#report.blocked.dateformat=m/d/Y\n"
|
||||
"\n"
|
||||
"# task unblocked\n"
|
||||
"report.unblocked.description=Lists all tasks matching the specified criteria\n"
|
||||
"report.unblocked.description=Lists all unblocked tasks matching the specified criteria\n"
|
||||
"report.unblocked.columns=id,depends,project,priority,due,active,age,description\n"
|
||||
"report.unblocked.labels=ID,Deps,Project,Pri,Due,Active,Age,Description\n"
|
||||
"report.unblocked.sort=due+,priority-,active-,project+\n"
|
||||
|
||||
Reference in New Issue
Block a user