| Summary: | Fix incorrect row highlighting on patron checkout history page | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Templates | Assignee: | Owen Leonard <oleonard> |
| Status: | Needs documenting --- | QA Contact: | Marcel de Rooy <m.de.rooy> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | fridolin.somers, m.de.rooy |
| Version: | Main | Keywords: | regression |
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
25.11.00,25.05.04
|
|
| Circulation function: | |||
| Bug Depends on: | 38783 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 40592: Fix incorrect row highlighting on patron checkout history page
Bug 40592: Fix incorrect row highlighting on patron checkout history page Bug 40592: Fix incorrect row highlighting on patron checkout history page |
||
|
Description
Owen Leonard
2025-08-04 19:00:42 UTC
Created attachment 185113 [details] [review] Bug 40592: Fix incorrect row highlighting on patron checkout history page To test: 1. Check out some items to a patron so they have a circulation history, the check in some of those items.. 2. Look at the patron's "Circulation history" table. There are four possible background colors for each row: #ffffff, #f3f4f4, #F9FAE0, and #FFFFCC. 3. Apply the patch and reload the page. 4. An orange/gold badge will appear under the "Return date" column of the table for items that have been checked out, and there will no longer be alternating, pale yellow rows. Sponsored-by: Athens County Public Libraries Created attachment 185114 [details] [review] Bug 40592: Fix incorrect row highlighting on patron checkout history page To test: 1. Check out some items to a patron so they have a circulation history, the check in some of those items.. 2. Look at the patron's "Circulation history" table. There are four possible background colors for each row: #ffffff, #f3f4f4, #F9FAE0, and #FFFFCC. 3. Apply the patch and reload the page. 4. An orange/gold badge will appear under the "Return date" column of the table for items that have been checked out, and there will no longer be alternating, pale yellow rows. Sponsored-by: Athens County Public Libraries Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> Created attachment 185263 [details] [review] Bug 40592: Fix incorrect row highlighting on patron checkout history page To test: 1. Check out some items to a patron so they have a circulation history, the check in some of those items.. 2. Look at the patron's "Circulation history" table. There are four possible background colors for each row: #ffffff, #f3f4f4, #F9FAE0, and #FFFFCC. 3. Apply the patch and reload the page. 4. An orange/gold badge will appear under the "Return date" column of the table for items that have been checked out, and there will no longer be alternating, pale yellow rows. Sponsored-by: Athens County Public Libraries Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Nice work everyone! Pushed to main for 25.11 Nice work everyone! Pushed to 25.05.x |