taskwarrior bug

This commit is contained in:
DavidBadura 2015-04-23 19:40:30 +00:00
parent 9f3ea62916
commit 2347864f54
1 changed files with 2 additions and 0 deletions

View File

@ -288,6 +288,8 @@ class Config implements \IteratorAggregate, \Countable
continue; continue;
} }
str_replace('/', '', $part); // fix "report.minimal.sort=project+/,description+"
$order[substr($part, 0, -1)] = substr($part, -1) == '+' ? Criteria::ASC : Criteria::DESC; $order[substr($part, 0, -1)] = substr($part, -1) == '+' ? Criteria::ASC : Criteria::DESC;
} }