We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From JSDoc in TaskScheduler: "The existing tasks may have their schedules modified"
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.
addTask
Not reproducible until #274 closed. Once that issue is closed reproduce by:
First task startdate, enddate, reminderdate details updated on server.
First task not updated on server.
The text was updated successfully, but these errors were encountered:
Blocked by #274
Sorry, something went wrong.
No branches or pull requests
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:
Expected behaviour
First task startdate, enddate, reminderdate details updated on server.
Observed Behaviour
First task not updated on server.
Environment
The text was updated successfully, but these errors were encountered: