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
TaskScheduler doesn't rearrange existing tasks when adding a new task with an earlier due date .
task B should be ordered before task A.
task B ordered after task A.
The text was updated successfully, but these errors were encountered:
Note that due dates are not yet persisted on the server. Blocked by #273 which will probably add it.
Sorry, something went wrong.
No branches or pull requests
Bug Summary:
TaskScheduler doesn't rearrange existing tasks when adding a new task with an earlier due date .
Steps To Reproduce
Expected behaviour
task B should be ordered before task A.
Observed Behaviour
task B ordered after task A.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: