mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
Recurrence
- Removed vestigial mask:"..." attribute from newly generated recurring task instances.
This commit is contained in:
parent
d738f778ee
commit
808934483f
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ void handleRecurrence ()
|
|||
sprintf (indexMask, "%u", (unsigned int) i);
|
||||
rec.set ("imask", indexMask); // Store index into mask.
|
||||
|
||||
rec.remove ("mask"); // Remove the mask of the parent.
|
||||
|
||||
// Add the new task to the vector, for immediate use.
|
||||
modified.push_back (rec);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue