Summary: | Sorting dates in the housebound deliveries table should work for different date formats | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Staff interface | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | RESOLVED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | gmcharlt, m.de.rooy, rkuiper |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.11.00
|
|
Circulation function: | |||
Bug Depends on: | 34660 | ||
Bug Blocks: | |||
Attachments: |
Bug 37484: Add data-order attribute to housebound delivery table
Bug 37484: Add data-order attribute to housebound delivery table Bug 37484: Add data-order attribute to housebound delivery table |
Description
Lucas Gass (lukeg)
2024-07-25 21:08:49 UTC
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 |