Bug: selecting 'current date' as 'Next due date calculated based on' results in empty due date
erwanm opened this issue · 1 comments
erwanm commented
It appears that there's no code to deal with the option CURRENT_DATE
as value for $:/config/projectify/NextRecurringBasedOnField
in macros/done-mark.tid
.
The code relies on a field named with the value of $:/config/projectify/NextRecurringBasedOnField
, so in the case of CURRENT_DATE
the due date ends up with an empty value instead of current date + increment.
Remark: I'm very confused as I'm pretty sure I did this code at some point. Maybe there's been a mistake in the merging of a branch?
erwanm commented
Yep, discovered that feature-recurring-tasks
had not been merged into master :(
Solved