Bugzilla – Attachment 175902 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: (follow-up) Fix the authentication log not enabled message
Bug-38771-follow-up-Fix-the-authentication-log-not.patch (text/plain), 2.03 KB, created by
David Nind
on 2024-12-22 21:27:56 UTC
(
hide
)
Description:
Bug 38771: (follow-up) Fix the authentication log not enabled message
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-12-22 21:27:56 UTC
Size:
2.03 KB
patch
obsolete
>From fc82e1416297b5192cdc5a328936077ab0b55170 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Sun, 22 Dec 2024 21:21:28 +0000 >Subject: [PATCH] Bug 38771: (follow-up) Fix the authentication log not enabled > message > >This corrects the display of the "Log not enabled" message for the >authentication module in the log viewer. > >If either AuthFailureLog or AuthSuccessLog system preferences are >set to "Don't log": >- the "Log not enabled" warning icon is now shown >- clicking the triangle icon now links to the two system > preferences > >Signed-off-by: David Nind <david@davidnind.com> >--- > 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 9be4131a73..318335e56c 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="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="FailureLog|SuccessLog"></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