Skip to content

Scheduler does not update tasks on backend #261

Description

@Minusome

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:

  1. Add a new task
  2. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    BLOCKEDThe issue cannot be worked on because it is depends on another issuebugSomething isn't workingfrontend

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions