taskwarrior bug
This commit is contained in:
parent
9f3ea62916
commit
2347864f54
|
@ -288,6 +288,8 @@ class Config implements \IteratorAggregate, \Countable
|
|||
continue;
|
||||
}
|
||||
|
||||
str_replace('/', '', $part); // fix "report.minimal.sort=project+/,description+"
|
||||
|
||||
$order[substr($part, 0, -1)] = substr($part, -1) == '+' ? Criteria::ASC : Criteria::DESC;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue