| Summary: | Some checkin messages on checkins page lack specific CSS classes | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
| Component: | Circulation | Assignee: | Andrew Fuerste-Henry <andrew> |
| Status: | CLOSED FIXED | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | blawlor, gmcharlt, kyle, lucas, martin.renvoize |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
24.11.00
|
Circulation function: | |
| Attachments: |
Bug 38013: Add classes to messages in returns.tt
Bug 38013: Add classes to messages in returns.tt Bug 38013: Add classes to messages in returns.tt |
||
|
Description
Andrew Fuerste-Henry
2024-09-26 14:29:18 UTC
Created attachment 172116 [details] [review] Bug 38013: Add classes to messages in returns.tt To test: 1 - enable FineNotifyAtCheckin 2 - enable AllowCheckoutNotes 3 - check out an item to a patron with fines on their account 4 - check out an item and place a checkout note on it 5 - check each item in, confirm each produces a message with the classes alert, alert-info, and alert-warning 6 - apply patch, restart_all 7 - repeat steps 3 and 4 8 - check items in, confirm messages now include issue-note and patron-fines classes Created attachment 172136 [details] [review] Bug 38013: Add classes to messages in returns.tt To test: 1 - enable FineNotifyAtCheckin 2 - enable AllowCheckoutNotes 3 - check out an item to a patron with fines on their account 4 - check out an item and place a checkout note on it 5 - check each item in, confirm each produces a message with the classes alert, alert-info, and alert-warning 6 - apply patch, restart_all 7 - repeat steps 3 and 4 8 - check items in, confirm messages now include issue-note and patron-fines classes Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> testing notes: To easily create a checkout with fines Define fine rules Specify a backdated due date at checkout Run fines.pl cronjob Created attachment 173526 [details] [review] Bug 38013: Add classes to messages in returns.tt To test: 1 - enable FineNotifyAtCheckin 2 - enable AllowCheckoutNotes 3 - check out an item to a patron with fines on their account 4 - check out an item and place a checkout note on it 5 - check each item in, confirm each produces a message with the classes alert, alert-info, and alert-warning 6 - apply patch, restart_all 7 - repeat steps 3 and 4 8 - check items in, confirm messages now include issue-note and patron-fines classes Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Pushed for 24.11! Well done everyone, thank you! Merge conflicts with 24.05.x, no backport. |