mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Recurrence: Added stub for handleRecurrence2
This commit is contained in:
parent
f6f79d28ee
commit
b40cc89235
4 changed files with 59 additions and 0 deletions
|
@ -54,6 +54,11 @@ extern Context context;
|
|||
// child tasks need to be generated to fill gaps.
|
||||
void handleRecurrence ()
|
||||
{
|
||||
// TODO This is inserted here to create parallel recurrence implememntations
|
||||
// during feature development. This eliminates the need to inject this
|
||||
// call into 11 command implementations.
|
||||
handleRecurrence2 ();
|
||||
|
||||
// Recurrence can be disabled.
|
||||
// Note: This is currently a workaround for TD-44, TW-1520.
|
||||
if (! context.config.getBoolean ("recurrence"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue