mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #932 (part 1)
- Fixed bug that caused only parent recurring tasks to have their attributes properly removed. - When duplicating a parent recurring task, a new recurring parent task is created. When a child recurring task is duplicated, a plain task is created. - Added unit tests. - Thanks to Jennifer Cormier.
This commit is contained in:
parent
0a0e8f0d6b
commit
9f8165e3c6
4 changed files with 101 additions and 5 deletions
|
@ -312,7 +312,8 @@
|
|||
#define STRING_CMD_DELETE_N "Deleted {1} tasks."
|
||||
|
||||
#define STRING_CMD_DUPLICATE_USAGE "Duplicates the specified tasks"
|
||||
#define STRING_CMD_DUPLICATE_NON_REC "Note: task {1} was a recurring task. The duplicate task is not."
|
||||
#define STRING_CMD_DUPLICATE_REC "Note: task {1} was a parent recurring task. The duplicated task is too."
|
||||
#define STRING_CMD_DUPLICATE_NON_REC "Note: task {1} was a recurring task. The duplicated task is not."
|
||||
#define STRING_CMD_DUPLICATE_CONFIRM "Duplicate task {1} '{2}'?"
|
||||
#define STRING_CMD_DUPLICATE_TASK "Duplicated task {1} '{2}'."
|
||||
#define STRING_CMD_DUPLICATE_NO "Task not duplicated."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue