mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug
- Fixed bug that was not properly evaluating cases where recurrence was being removed from a task. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
dac2838ecc
commit
c978baf36a
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ int CmdModify::execute (std::string& output)
|
|||
throw std::string (STRING_CMD_MODIFY_REM_DUE);
|
||||
|
||||
if (before.has ("recur") &&
|
||||
task->has ("recur") &&
|
||||
(!task->has ("recur") ||
|
||||
task->get ("recur") == ""))
|
||||
throw std::string (STRING_CMD_MODIFY_REC_ALWAYS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue