Task: Correct a false-positive warning
- The command "task 1 modify due: wait:2days" gave the following
output:
Warning: You have specified that the 'wait' date is after the
'due' date.
Now, we check if the due date is zero, in which case the due date is
being removed.
This commit is contained in:
committed by
Paul Beckingham
parent
11009fd3ff
commit
2690d9bdf3
@@ -197,6 +197,8 @@
|
||||
of 'urgency.user.tag.next.coefficient'.
|
||||
- The long deprecated syntax of color values with underscores (i.e 'on_red')
|
||||
is no longer supported.
|
||||
- Correct a false-positive warning when a due date is removed and a wait is
|
||||
added.
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user