Summary: | requestspecific table on reserve/request.pl should be column configurable | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Circulation | Assignee: | 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
This would be extremely helpful! 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. 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. 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> |