fix: sort tasks logically and consistent across dbms #1177

Merged
konrad merged 3 commits from fix/task-due-date-sorting into main 2022-05-30 20:54:02 +00:00
Owner

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

  • I added or improved tests
# 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 * [x] I added or improved tests
konrad added 3 commits 2022-05-28 09:22:25 +00:00
konrad merged commit e52c45d5aa into main 2022-05-30 20:54:02 +00:00
konrad deleted branch fix/task-due-date-sorting 2022-05-30 20:54:02 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1177
No description provided.