Bug #656
- Fixed bug that caused multiple recurring child tasks to be generated under certain circumstances. - Removed text.t.cpp tests that are not in task. - Added Bryce Harrington to AUTHORS file. - Corrected tests that were broken by the fix.
This commit is contained in:
@@ -311,8 +311,7 @@ int TDB::loadPending (std::vector <Task>& tasks, Filter& filter)
|
||||
Task task (line);
|
||||
|
||||
Task::status status = task.getStatus ();
|
||||
if (status != Task::recurring)
|
||||
task.id = mId++;
|
||||
task.id = mId++;
|
||||
|
||||
mPending.push_back (task);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user