Summary: | Make the callnumber column easier to customize when viewing the holds queue report | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Hold requests | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | Needs documenting --- | QA Contact: | Emily Lamancusa (emlam) <emily.lamancusa> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | emily.lamancusa, fridolin.somers, gmcharlt, michaela.sieber |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This adds the class 'hq-callnumber' to the call number column on the holds queue report. This will allow for easier customization using CSS or jQuery.
|
Version(s) released in: |
24.05.00
|
Circulation function: | |||
Attachments: |
Bug 35576: Add classes to hq-callnumber column in holds report
Bug 35576: Add classes to hq-callnumber column in holds report Bug 35576: Add classes to hq-callnumber column in holds report |
Description
Lucas Gass (lukeg)
2023-12-14 22:37:48 UTC
Created attachment 159855 [details] [review] Bug 35576: Add classes to hq-callnumber column in holds report To test: 1. APPLY PATCH 2. Make sure you have item.itemcallnumber data. 3. Have some holds and build the holds queue: perl /kohadevbox/koha/misc/cronjobs/holds/build_holds_queue.pl 4. To make testing easier add the following to IntranetUserCSS: .hq-callnumber .location { background: lightblue; } .hq-callnumber .itemcallnumber { background: lightgoldenrodyellow; } 5. Run the holds queue and notice that the data in the 'Call number' column has a lightblue (location) and lightgoldenrodyellow (call number) background. Created attachment 159930 [details] [review] Bug 35576: Add classes to hq-callnumber column in holds report To test: 1. APPLY PATCH 2. Make sure you have item.itemcallnumber data. 3. Have some holds and build the holds queue: perl /kohadevbox/koha/misc/cronjobs/holds/build_holds_queue.pl 4. To make testing easier add the following to IntranetUserCSS: .hq-callnumber .location { background: lightblue; } .hq-callnumber .itemcallnumber { background: lightgoldenrodyellow; } 5. Run the holds queue and notice that the data in the 'Call number' column has a lightblue (location) and lightgoldenrodyellow (call number) background. Signed-off-by: David Nind <david@davidnind.com> Created attachment 161461 [details] [review] Bug 35576: Add classes to hq-callnumber column in holds report To test: 1. APPLY PATCH 2. Make sure you have item.itemcallnumber data. 3. Have some holds and build the holds queue: perl /kohadevbox/koha/misc/cronjobs/holds/build_holds_queue.pl 4. To make testing easier add the following to IntranetUserCSS: .hq-callnumber .location { background: lightblue; } .hq-callnumber .itemcallnumber { background: lightgoldenrodyellow; } 5. Run the holds queue and notice that the data in the 'Call number' column has a lightblue (location) and lightgoldenrodyellow (call number) background. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Nice quality-of-life improvement! Looks good, QA script is happy. Passing QA Pushed for 24.05! Well done everyone, thank you! Not backported to 23.11.x |