fix: sort tasks logically and consistent across dbms #1177
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/task-due-date-sorting"
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?
Description
This PR changes the behavoir of sorting tasks. Before, tasks were sorted with null values first. Now, null values are always sorted last which is usually what you want.
Partial fix for https://github.com/go-vikunja/frontend/issues/54
Checklist