mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - recurring tasks
- Implemented handleRecurringTasks. - Implemented TDB::nextId.
This commit is contained in:
parent
840c61cbbf
commit
4d43b77441
4 changed files with 44 additions and 39 deletions
|
@ -87,6 +87,7 @@ std::string handleCustomReport (const std::string& report)
|
|||
// TODO Include filter from custom report.
|
||||
context.tdb.load (tasks, context.filter);
|
||||
handleRecurrence (tasks);
|
||||
context.tdb.commit ();
|
||||
context.tdb.unlock ();
|
||||
|
||||
// Filter sequence.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue