Back to bug 28876

Who When What Removed Added
oleonard 2021-10-07 16:58:08 UTC Patch complexity --- Small patch
Status NEW Needs Signoff
oleonard 2021-10-07 17:56:02 UTC Attachment #125899 Attachment is obsolete 0 1
oleonard 2021-10-07 17:56:14 UTC Comment 1 Tag obsolete
david 2021-11-08 07:07:36 UTC CC david
fridolin.somers 2021-11-12 07:13:11 UTC CC fridolin.somers
jonathan.druart 2021-12-15 10:00:30 UTC Status Needs Signoff Signed Off
jonathan.druart 2021-12-15 10:00:34 UTC Attachment #125900 Attachment is obsolete 0 1
jonathan.druart 2021-12-15 10:01:06 UTC CC jonathan.druart+koha
Status Signed Off Passed QA
fridolin.somers 2022-01-04 07:54:15 UTC Status Passed QA Pushed to master
Version(s) released in 22.05.00
kyle 2022-01-07 11:22:59 UTC Resolution --- FIXED
Status Pushed to master RESOLVED
CC kyle
david 2022-01-07 19:33:17 UTC Text to go in the release notes This enhancement adds more <span>s to the user summary page in the OPAC so that information about the renewal status can be targeted with CSS or JS. It adds each <span> with a "usr-msg" class for general styling and a specific class for each renewal message, for example:

<span class="usr-msg no-renew-hold">Not renewable <span class="renewals">(on hold)</span></span>

These classes are added:

- no-renew-hold: Not renewable (on hold)
- no-renew-too-many: Not renewable (too many renewals)
- no-renew-unseen: Item must be renewed at the library
- no-renew-overdue: Not allowed (overdue)
- no-renew-too-late: No longer renewable
- auto-renew-fines: Automatic renewal failed, you have unpaid fines
- auto-renew-expired: Automatic renewal failed, your account is expired
- no-renewal-before: No renewal before [date]
- automatic-renewal: Automatic renewal
katrin.fischer 2022-12-12 21:23:03 UTC Status RESOLVED CLOSED

Back to bug 28876