From 1072852ca81878c5169027de152222641ab9476d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 9 Jun 2013 16:09:24 -0400 Subject: [PATCH] Bug - #1263 The 'waiting' report properly lists only pending tasks with a wait date (thanks to Fidel Mato). --- ChangeLog | 2 ++ src/Config.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f61db1518..65a27263d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,6 +43,8 @@ Bugs (thanks to Jakub Wilk). + #1249 Build system now recognizes GNU/Hurd and GNU/kFreeBSD (thanks to Jakub Wilk). + + #1263 The 'waiting' report properly lists only pending tasks with a wait date + (thanks to Fidel Mato). + Fixed bug so that 'limit:page' now considers footnote messages. ------ old releases ------------------------------ diff --git a/src/Config.cpp b/src/Config.cpp index a23d3632c..50168cd48 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -376,7 +376,7 @@ std::string Config::_defaults = "report.waiting.columns=id,project,priority,wait,entry.age,description\n" "report.waiting.labels=ID,Proj,Pri,Wait,Age,Description\n" "report.waiting.sort=wait+,priority-,project+\n" - "report.waiting.filter=+WAITING\n" + "report.waiting.filter=status:waiting +WAITING\n" "\n" "report.all.description=Lists all pending and completed tasks\n" "report.all.columns=id,status,project,priority,due,end,start.active,entry.age,description\n"