Bug 39592 - requestspecific table on reserve/request.pl should be column configurable
Summary: requestspecific table on reserve/request.pl should be column configurable
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Eric Garcia
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-09 14:30 UTC by Lucas Gass (lukeg)
Modified: 2025-06-12 21:42 UTC (History)
4 users (show)

See Also:
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 (5.56 KB, patch)
2025-06-12 16:57 UTC, Eric Garcia
Details | Diff | Splinter Review
Bug 39592: Make requestspecific table into a kohaTable (5.63 KB, patch)
2025-06-12 17:41 UTC, Eric Garcia
Details | Diff | Splinter Review
Bug 39592: Make requestspecific table into a kohaTable (5.69 KB, patch)
2025-06-12 21:40 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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>