This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Fix table sorting on current reservations page #1418
Closed
Description
Similar to #1378, the sorting on /reservations/current/:id
doesn't really make sense. It looks like it's just sorting by reservation ID, but really future reservations should be sorted by start date, in ascending order, and checked out reservations should be sorted by checkout time, in descending order. Should be easy, let's bundle it in v6.0.0.
Activity