Bugzilla – Attachment 108501 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: (follow-up) Be consistent with space in cron job
Bug-26086-follow-up-Be-consistent-with-space-in-cr.patch (text/plain), 974 bytes, created by
Nick Clemens (kidclamp)
on 2020-08-18 13:05:47 UTC
(
hide
)
Description:
Bug 26086: (follow-up) Be consistent with space in cron job
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-08-18 13:05:47 UTC
Size:
974 bytes
patch
obsolete
>From d79c078f494132a48fd4e9af4e8e35681bfd60b7 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 18 Aug 2020 13:05:15 +0000 >Subject: [PATCH] Bug 26086: (follow-up) Be consistent with space in cron job > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 2 +- > 1 file changed, 1 insertion(+), 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 0721d324aa..58e8b54914 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -87,7 +87,7 @@ fieldset.rows label.viewlog { > [% CASE 'SIP' %]SIP > [% CASE 'COMMANDLINE' %]Command-line > [% CASE 'API' %]REST API >-[% CASE 'CRON' %]Cronjob >+[% CASE 'CRON' %]Cron job > [% CASE %][% log_interface | html %] > [% END %] > [% END %] >-- >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