-
-
Notifications
You must be signed in to change notification settings - Fork 580
Description
When creating tasks that repeat forever, repeating from the completion date, there is some strange behavior. If the task has a reminder set to "Repeat every...", when the task is completed and the next task is created, it immediately sends the first reminder. All the reminders after that first erroneous one work as expected.
For instance, take a task set to repeat weekly from completion date, with a reminder of "Randomly every 2 weeks". As soon as I mark the task as completed and it creates the next task scheduled for 2 weeks from now, I receive a notification for the reminder. However, if I ignore that notification, the next notification I receive for that task appears to be randomized correctly. It seems that there is some bug in the random task logic that causes this strange behavior.