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:
1
AUTHORS
1
AUTHORS
@@ -119,4 +119,5 @@ suggestions:
|
|||||||
Dmitriy Samborskiy
|
Dmitriy Samborskiy
|
||||||
Eli Lev
|
Eli Lev
|
||||||
Paul-Gheorghe Barbu
|
Paul-Gheorghe Barbu
|
||||||
|
Jennifer Cormier
|
||||||
|
|
||||||
|
|||||||
@@ -240,6 +240,8 @@
|
|||||||
to Paul-Gheorghe Barbu).
|
to Paul-Gheorghe Barbu).
|
||||||
+ Fixed bug #901, which was preventing multiple IDs and UUIDs from being used
|
+ Fixed bug #901, which was preventing multiple IDs and UUIDs from being used
|
||||||
as a filter (thanks to Bryce Harrington).
|
as a filter (thanks to Bryce Harrington).
|
||||||
|
+ Fixed bug #910, which caused unexpected behavior when duplicating a recurring
|
||||||
|
task (thanks to Jennifer Cormier).
|
||||||
+ Fixed bug #917, which mis-encoded quotes (thanks to Uli Martens).
|
+ Fixed bug #917, which mis-encoded quotes (thanks to Uli Martens).
|
||||||
|
|
||||||
# Untracked Bugs, biggest first.
|
# Untracked Bugs, biggest first.
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ int CmdDuplicate::execute (std::string& output)
|
|||||||
dup.remove ("parent");
|
dup.remove ("parent");
|
||||||
dup.remove ("recur");
|
dup.remove ("recur");
|
||||||
dup.remove ("until");
|
dup.remove ("until");
|
||||||
dup.remove ("imak");
|
dup.remove ("mask");
|
||||||
dup.remove ("imask");
|
dup.remove ("imask");
|
||||||
|
|
||||||
std::cout << format (STRING_CMD_DUPLICATE_NON_REC, task->id)
|
std::cout << format (STRING_CMD_DUPLICATE_NON_REC, task->id)
|
||||||
|
|||||||
Reference in New Issue
Block a user