When sorting tasks based on the Due Date (Descending), the value “Tomorrow” is placed before “Today” which of course is incorrect when sorting based on the Date in descending order. When choosing ascending, the problem reverses.
To Reproduce
Steps to reproduce the behavior:
Create a set of tasks
Add one task with due date “Today” and one “Tomorrow”
Sort based on the due date (Descending)
Expected behavior
The tasks should be correctly ordered based on their due date.
Yes, but now a different bug occurs. When sorting on a secondary column (for example, a numeric priority rating) the entries for each date are not ordered correctly according to the priority. But I guess this would be a new bug report.