Bugzilla – Attachment 187693 Details for
Bug 40866
Corrections to override logging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40866: Add missing override states to action-logs.inc
Bug-40866-Add-missing-override-states-to-action-lo.patch (text/plain), 2.06 KB, created by
Paul Derscheid
on 2025-10-09 15:38:07 UTC
(
hide
)
Description:
Bug 40866: Add missing override states to action-logs.inc
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2025-10-09 15:38:07 UTC
Size:
2.06 KB
patch
obsolete
>From 8da7d598effbe1a4f6b101385173c063fd431198 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Thu, 9 Oct 2025 16:07:51 +0100 >Subject: [PATCH] Bug 40866: Add missing override states to action-logs.inc > >This follow-up adds missing override state translations that were >discovered during testing. The patchset logs various override states >but some were not covered in the log viewer display template. > >Missing states added: >- USERBLOCKEDNOENDDATE: Patron had an indefinite restriction >- CURRENTISSUE: Item is currently checked out to this patron >- UNSEEN: Unseen renewal >- SEEN: Seen renewal > >These states are now properly displayed in the action logs viewer >when reviewing circulation override logging. > >Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc >index 57092d75e7d..b38c82ab76b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc >@@ -191,6 +191,8 @@ > <span>Patron had debt</span> > [% CASE 'USERBLOCKEDOVERDUE' %] > <span>Patron had overdues</span> >+ [% CASE 'USERBLOCKEDNOENDDATE' %] >+ <span>Patron had an indefinite restriction</span> > [% CASE 'ADDITIONAL_MATERIALS' %] > <span>Additional materials were confirmed</span> > [% CASE 'RENEW_ISSUE' %] >@@ -251,6 +253,12 @@ > <span>Override auto-renew too much owing restriction</span> > [% CASE 'OVERRIDDEN' %] > <span>Restriction overridden temporarily</span> >+ [% CASE 'CURRENTISSUE' %] >+ <span>Item is currently checked out to this patron</span> >+ [% CASE 'UNSEEN' %] >+ <span>Unseen renewal</span> >+ [% CASE 'SEEN' %] >+ <span>Seen renewal</span> > [% CASE %] > <span>[% override | html %]</span> > [% END %] >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40866
:
186985
|
186986
|
187063
|
187116
|
187627
|
187628
|
187629
|
187630
|
187631
|
187632
|
187633
|
187675
|
187676
|
187677
|
187678
|
187679
|
187680
|
187681
|
187682
|
187683
|
187684
|
187685
|
187686
|
187687
|
187688
|
187689
|
187690
|
187691
|
187692
| 187693 |
187694
|
187707
|
187725