Update ShowTasks view to sort tasks by ascending #406
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "monkeynaleo/frontend:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is to make the tasks sort in order with soonest due date first.
Thanks!
It looks like this now puts all tasks with due dates at the bottom (they now have the right order though) so I guess we need to move them back at the top. I'm not quite sure if this would need to be fixed in the API or the frontend.