Bugzilla – Attachment 175901 Details for
Bug 38771
Typo 'AuthScuccessLog' system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38771: Typo 'AuthScuccessLog' system preference
Bug-38771-Typo-AuthScuccessLog-system-preference.patch (text/plain), 1.96 KB, created by
David Nind
on 2024-12-22 21:27:54 UTC
(
hide
)
Description:
Bug 38771: Typo 'AuthScuccessLog' system preference
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-12-22 21:27:54 UTC
Size:
1.96 KB
patch
obsolete
>From 9ecd90861b3104065c4642f9e0651bb88a8948c2 Mon Sep 17 00:00:00 2001 >From: Roman Dolny <roman.dolny@jezuici.pl> >Date: Sun, 22 Dec 2024 17:53:52 +0000 >Subject: [PATCH] Bug 38771: Typo 'AuthScuccessLog' system preference > >Typo in system preference 'AuthScuccessLog' -> 'AuthSuccessLog'. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 509e29d2e4..9be4131a73 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc >@@ -1,6 +1,6 @@ > [% BLOCK translate_log_module %] > [% SWITCH module %] >-[% CASE 'AUTH' %]<span>Authentication</span>[% UNLESS Koha.Preference('AuthFailureLog') || Koha.Preference('AuthScuccessLog') %] <i class="log-disabled fa-solid fa-triangle-exclamation" title="Log not enabled" data-log="AuthFailureLog"></i>[% END %] >+[% CASE 'AUTH' %]<span>Authentication</span>[% UNLESS Koha.Preference('AuthFailureLog') || Koha.Preference('AuthSuccessLog') %] <i class="log-disabled fa-solid fa-triangle-exclamation" title="Log not enabled" data-log="AuthFailureLog"></i>[% END %] > [% CASE 'CATALOGUING' %]<span>Cataloging</span>[% UNLESS Koha.Preference('CataloguingLog') %] <i class="log-disabled fa-solid fa-triangle-exclamation" title="Log not enabled" data-log="CataloguingLog"></i>[% END %] > > [% CASE 'AUTHORITIES' %]<span>Authorities</span>[% UNLESS Koha.Preference('AuthoritiesLog') %] <i class="log-disabled fa-solid fa-triangle-exclamation" title="Log not enabled" data-log="AuthoritiesLog"></i>[% END %] >@@ -104,4 +104,4 @@ > [% CASE 'UPGRADE' %]<span>Upgrade</span> > [% CASE %]<span>[% log_interface | html %]</span> > [% END %] >-[% END %] >\ No newline at end of file >+[% 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 38771
:
175899
|
175900
| 175901 |
175902
|
175957