From bcd2a79a549c222718d862395bacbd69772f6718 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 12 Jul 2010 20:27:04 -0400 Subject: [PATCH] Dependencies - next - The next report now longer shows blocked tasks. --- src/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.cpp b/src/Config.cpp index e39793612..8cf679da5 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -351,7 +351,7 @@ std::string Config::defaults = "report.next.columns=id,project,priority,due,active,age,description\n" "report.next.labels=ID,Project,Pri,Due,Active,Age,Description\n" "report.next.sort=due+,priority-,active-,project+\n" - "report.next.filter=status:pending limit:page\n" + "report.next.filter=status:pending limit:page depends.none:\n" "#report.next.dateformat=m/d/Y\n" "#report.next.annotations=full\n" "\n"