Bug Summary:
From JSDoc in TaskScheduler:
"The existing tasks may have their schedules modified"
However, in the addTask method it doesn't seem that displaced tasks are updated on the server.
Steps To Reproduce
Not reproducible until #274 closed.
Once that issue is closed reproduce by:
- Add a new task
- Add another task with an earlier deadline that should occur before the first task (causing the first task to be moved)
Expected behaviour
First task startdate, enddate, reminderdate details updated on server.
Observed Behaviour
First task not updated on server.
Environment
- Version: All
- Operating System: macOS
- Browser (if any): Chrome
Bug Summary:
From JSDoc in
TaskScheduler:"The existing tasks may have their schedules modified"However, in the
addTaskmethod it doesn't seem that displaced tasks are updated on the server.Steps To Reproduce
Not reproducible until #274 closed.
Once that issue is closed reproduce by:
Expected behaviour
First task startdate, enddate, reminderdate details updated on server.
Observed Behaviour
First task not updated on server.
Environment