Table View: Sort by due date doesn't persist after page refresh

Confirmed on self-hosted with docker :latest and docker :unstable and on try.vikunja.io.

  • Create a handful of tasks
  • Give them due dates
  • Switch to table view
  • Sort by due date
  • Clear all other column sorts
  • Refresh page

Expected behavior: Tasks should be sorted by due date
Actual behavior: Tasks are not sorted by due date, despite the arrow indicating that they should be

Looks like the sort by state is correctly persisted but not taken into account when reloading

Fixed in c002275e7f. Please check with the next unstable build (~40min, also on try) if the problem went away.

1 Like

Issue is resolved now. That was a very fast response. Thank you!