Recurrence
- Removed vestigial mask:"..." attribute from newly generated recurring task instances.
This commit is contained in:
@@ -114,6 +114,8 @@ void handleRecurrence ()
|
|||||||
sprintf (indexMask, "%u", (unsigned int) i);
|
sprintf (indexMask, "%u", (unsigned int) i);
|
||||||
rec.set ("imask", indexMask); // Store index into mask.
|
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.
|
// Add the new task to the vector, for immediate use.
|
||||||
modified.push_back (rec);
|
modified.push_back (rec);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user