Bug
- When handleRecurrence was cloning the parent task, it failed to set a new ID, so all the child tasks were given the ID of the parent. - Cleaned up bug.annual.t.
This commit is contained in:
@@ -40,6 +40,7 @@ if (open my $fh, '>', 'export.rc')
|
||||
}
|
||||
|
||||
# Add two tasks, export, examine result.
|
||||
# TODO Add annotations.
|
||||
qx{../src/task rc:export.rc add priority:H project:A one};
|
||||
qx{../src/task rc:export.rc add +tag1 +tag2 two};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user