Bug 34660 - Make the Deliveries table on housebound.tt a dataTable for easier sorting
Summary: Make the Deliveries table on housebound.tt a dataTable for easier sorting
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Lucas Gass
QA Contact: Martin Renvoize
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-30 16:08 UTC by Lucas Gass
Modified: 2023-12-14 21:21 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact: Caroline Cyr La Rose
Documentation submission: https://gitlab.com/koha-community/koha-manual/-/merge_requests/791
Text to go in the release notes:
Version(s) released in:
23.11.00


Attachments
Bug 34660: Make deliveries table on housebound.tt a DataTable (6.30 KB, patch)
2023-08-30 16:19 UTC, Lucas Gass
Details | Diff | Splinter Review
Bug 34660: Make deliveries table on housebound.tt a DataTable (6.36 KB, patch)
2023-08-30 20:17 UTC, ByWater Sandboxes
Details | Diff | Splinter Review
Bug 34660: Make deliveries table on housebound.tt a DataTable (6.43 KB, patch)
2023-09-18 11:09 UTC, Martin Renvoize
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass 2023-08-30 16:08:01 UTC
The table of deliveries on housebound.tt should be a DataTable for easier sorting of data.
Comment 1 Lucas Gass 2023-08-30 16:19:53 UTC Comment hidden (obsolete)
Comment 2 ByWater Sandboxes 2023-08-30 20:17:29 UTC Comment hidden (obsolete)
Comment 3 Martin Renvoize 2023-09-18 11:09:25 UTC
Created attachment 155800 [details] [review]
Bug 34660: Make deliveries table on housebound.tt a DataTable

To test:
1. Turn on the housebound module ( HouseboundModule )
2. From a staff account add at leats one staff member as a Deliverer and a Chooser.
3. From a patron account click on the 'Housebound' tab. Add some deliveries.
4. Notice they sort with the oldest deilivery first.
5. Apply patch and reload the page.
6. Now the table is a DataTable and can be dymacially sorted.

Signed-off-by: Rhonda Kuiper <rkuiper@roundrocktexas.gov>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 4 Martin Renvoize 2023-09-18 11:10:12 UTC
Awesome; Nice to see housebound getting some love.

Nice little improvement, No regressions, No QA script issues..

Passing QA
Comment 5 Tomás Cohen Arazi 2023-09-18 18:55:01 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 6 Fridolin Somers 2023-09-18 21:46:50 UTC
Enhancement not pushed to 23.05.x