Bug 39592

Summary: requestspecific table on reserve/request.pl should be column configurable
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: CirculationAssignee: Eric Garcia <cubingguy714>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: cubingguy714, gmcharlt, kyle.m.hall, rcoert
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Small patch Documentation contact:
Documentation submission: Text to go in the release notes:
The enhancement allows of the request specific table on reserve/request.pl to be column configured via the Table settings tool.
Version(s) released in:
Circulation function:
Attachments: Bug 39592: Make requestspecific table into a kohaTable
Bug 39592: Make requestspecific table into a kohaTable
Bug 39592: Make requestspecific table into a kohaTable

Description Lucas Gass (lukeg) 2025-04-09 14:30:29 UTC
Some would find it handy if they could configure which columns appear, and choose a default sort order, of the requestspecific table on reserve/request.pl
Comment 1 Rebecca Coert 2025-04-09 17:50:56 UTC
This would be extremely helpful!
Comment 2 Eric Garcia 2025-06-12 16:57:17 UTC
Created attachment 183213 [details] [review]
Bug 39592: Make requestspecific table into a kohaTable

Test plan:
1. Apply patch, restart_all
2. Search the catalog, click place hold and enter a patron
3. Notice the table under "Hold a specific item" can now be configured.
4. Click configure and select any option for default sort order.
5. Go back to the table and notice it is sorted by the option you chose.

System preferences:
6. Change item-level_itypes to bibliographic record and enable EnableItemGroupHolds, save.
7. Go back to the table and confirm the columns appear.
Comment 3 Eric Garcia 2025-06-12 17:41:52 UTC
Created attachment 183214 [details] [review]
Bug 39592: Make requestspecific table into a kohaTable

Test plan:
1. Apply patch, restart_all
2. Search the catalog, click place hold and enter a patron
3. Notice the table under "Hold a specific item" can now be configured.
4. Click configure and select any option for default sort order.
5. Go back to the table and notice it is sorted by the option you chose.

System preferences:
6. Change item-level_itypes to bibliographic record and enable EnableItemGroupHolds, save.
7. Go back to the table and confirm the columns appear.
Comment 4 Lucas Gass (lukeg) 2025-06-12 21:40:57 UTC
Created attachment 183220 [details] [review]
Bug 39592: Make requestspecific table into a kohaTable

Test plan:
1. Apply patch, restart_all
2. Search the catalog, click place hold and enter a patron
3. Notice the table under "Hold a specific item" can now be configured.
4. Click configure and select any option for default sort order.
5. Go back to the table and notice it is sorted by the option you chose.

System preferences:
6. Change item-level_itypes to bibliographic record and enable EnableItemGroupHolds, save.
7. Go back to the table and confirm the columns appear.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>