mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Review: Enabled filter that blocks the recently reviewed
This commit is contained in:
parent
7ffbbd33b5
commit
1dd60ccffe
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ int cmdReview (const std::vector <std::string>& args)
|
|||
status = execute ("task",
|
||||
{"rc.report.review_temp.columns:uuid",
|
||||
"rc.report.review_temp.sort:reviewed+",
|
||||
// "rc.report.review_temp.filter:reviewed.before:now-1week",
|
||||
"rc.report.review_temp.filter:reviewed.before:now-1week",
|
||||
"rc.verbose:nothing",
|
||||
"(", "+PENDING", "or", "+WAITING", ")",
|
||||
"review_temp"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue