Bugzilla – Attachment 108435 Details for
Bug 26086
Add a 'cron' interface limit to the log viewer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26086: Add 'cron' to log viewer interface options
Bug-26086-Add-cron-to-log-viewer-interface-options.patch (text/plain), 1.88 KB, created by
Katrin Fischer
on 2020-08-18 06:03:53 UTC
(
hide
)
Description:
Bug 26086: Add 'cron' to log viewer interface options
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-08-18 06:03:53 UTC
Size:
1.88 KB
patch
obsolete
>From a2359fe730c745b35fc3ac9b4a638dfb9af1ed95 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 29 Jul 2020 13:49:03 +0000 >Subject: [PATCH] Bug 26086: Add 'cron' to log viewer interface options > >Signed-off-by: Rebecca Coert <rcoert@arlingtonva.us> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >index 6613320f38..0721d324aa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -87,6 +87,7 @@ fieldset.rows label.viewlog { > [% CASE 'SIP' %]SIP > [% CASE 'COMMANDLINE' %]Command-line > [% CASE 'API' %]REST API >+[% CASE 'CRON' %]Cronjob > [% CASE %][% log_interface | html %] > [% END %] > [% END %] >@@ -178,7 +179,7 @@ fieldset.rows label.viewlog { > <label for="interfaceALL" class="viewlog"><input type="checkbox" id="interfaceALL" name="interfaces" value=""> All</label> > [% END %] > >- [% FOREACH interf IN [ 'INTRANET' 'OPAC' 'SIP' 'COMMANDLINE' 'API' ] %] >+ [% FOREACH interf IN [ 'INTRANET' 'OPAC' 'SIP' 'COMMANDLINE' 'API' 'CRON' ] %] > [% IF interfaces.grep(interf).size %] > <label for="interface[% interf | html %]" class="viewlog"><input type="checkbox" id="interface[% interf | html %]" name="interfaces" value="[% interf | html %]" checked="checked"> [% PROCESS translate_log_interface log_interface=interf %]</label> > [% ELSE %] >-- >2.11.0
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 26086
:
107502
|
108428
|
108435
|
108501
|
108505