Bug Fix - Bug #242
- Fixed bug that caused the reported ID after an add to be incorrect.
This commit is contained in:
@@ -94,6 +94,7 @@ std::string handleAdd ()
|
||||
// All this, just for an id number.
|
||||
std::vector <Task> all;
|
||||
Filter none;
|
||||
handleRecurrence ();
|
||||
context.tdb.loadPending (all, none);
|
||||
out << "Created task " << context.tdb.nextId () << std::endl;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user