The housebound deliveries table has a "Date" column what can sometimes sort wrong becasuse the data can look like this: 07/01/2024 (morning) 07/01/2024 (afternoon) 07/02/2024 (morning) We can easily solve that by adding a data-order attribute.
Created attachment 169615 [details] [review] Bug 37484: Add data-order attribute to housebound delivery table To test: 0. APPLY PATCH 1. Enable the HouseboundModule and set at least one staff person a Chooser and and Deliverer. 2. From a patron account go to the "Housebound" tab and schedule some deliveries. 3. See that each <td> in the Date column now includes a 'data-order' attribute in an ISO date format ( 2024-07-01 ) for better sorting.
Created attachment 169753 [details] [review] Bug 37484: Add data-order attribute to housebound delivery table To test: 0. APPLY PATCH 1. Enable the HouseboundModule and set at least one staff person a Chooser and and Deliverer. 2. From a patron account go to the "Housebound" tab and schedule some deliveries. 3. See that each <td> in the Date column now includes a 'data-order' attribute in an ISO date format ( 2024-07-01 ) for better sorting. Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 170434 [details] [review] Bug 37484: Add data-order attribute to housebound delivery table To test: 0. APPLY PATCH 1. Enable the HouseboundModule and set at least one staff person a Chooser and and Deliverer. 2. From a patron account go to the "Housebound" tab and schedule some deliveries. 3. See that each <td> in the Date column now includes a 'data-order' attribute in an ISO date format ( 2024-07-01 ) for better sorting. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Pushed for 24.11! Well done everyone, thank you!
Enhancement wont be backported to 24.05.x