mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #910
- Fixed bug #910, which caused unexpected behavior when duplicating a recurring task (thanks to Jennifer Cormier). - Fixed typo in duplicate command that failed to remove the 'mask' attribute.
This commit is contained in:
parent
2ce9322a28
commit
565d14962d
3 changed files with 4 additions and 1 deletions
|
@ -82,7 +82,7 @@ int CmdDuplicate::execute (std::string& output)
|
|||
dup.remove ("parent");
|
||||
dup.remove ("recur");
|
||||
dup.remove ("until");
|
||||
dup.remove ("imak");
|
||||
dup.remove ("mask");
|
||||
dup.remove ("imask");
|
||||
|
||||
std::cout << format (STRING_CMD_DUPLICATE_NON_REC, task->id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue