Bugzilla – Attachment 175957 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: Add "Auth" prefix to system preference search query
Bug-38771-Add-Auth-prefix-to-system-preference-sea.patch (text/plain), 1.70 KB, created by
Katrin Fischer
on 2024-12-27 15:17:32 UTC
(
hide
)
Description:
Bug 38771: Add "Auth" prefix to system preference search query
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2024-12-27 15:17:32 UTC
Size:
1.70 KB
patch
obsolete
>From ddcef3ec16974a4dfcd9800775d1fb0e0254b7d4 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 27 Dec 2024 16:16:25 +0100 >Subject: [PATCH] Bug 38771: Add "Auth" prefix to system preference search > query > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 318335e56c2..5959b8dcf76 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('AuthSuccessLog') %] <i class="log-disabled fa-solid fa-triangle-exclamation" title="Log not enabled" data-log="FailureLog|SuccessLog"></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|AuthSuccessLog"></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 %] >-- >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