Recurrence: Added stub for handleRecurrence2

This commit is contained in:
Paul Beckingham 2017-03-31 08:38:35 -04:00
parent f6f79d28ee
commit b40cc89235
4 changed files with 59 additions and 0 deletions

View file

@ -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"))