Bugzilla – Attachment 74177 Details for
Bug 13445
Clean up options for scheduled reports, remove URL, add HTML and Text/TSV
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13445 - Scheduled Report, Type=URL fails
Bug-13445---Scheduled-Report-TypeURL-fails.patch (text/plain), 1.74 KB, created by
Maksim Sen
on 2018-04-13 18:35:38 UTC
(
hide
)
Description:
Bug 13445 - Scheduled Report, Type=URL fails
Filename:
MIME Type:
Creator:
Maksim Sen
Created:
2018-04-13 18:35:38 UTC
Size:
1.74 KB
patch
obsolete
>From 4c8ed8e4d68b6174c2d9dcc05ab3fa6991d565eb Mon Sep 17 00:00:00 2001 >From: phette23 <phette23@gmail.com> >Date: Fri, 6 Apr 2018 14:15:26 -0700 >Subject: [PATCH] Bug 13445 - Scheduled Report, Type=URL fails > >Remove the non-functional 'URL' format >Offer the (functional) CSV & HTML formats > >testing plan: >- visit the task scheduler tool at cgi-bin/koha/tools/scheduler.pl >- 'Output format' select list should offer Text (TSV), CSV, & HTML >- scheduled reports for each of the above types should run & send emails correctly > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >Signed-off-by: Maksim Sen <maksim.sen@inlibro.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt | 14 ++++++++------ > 1 file changed, 8 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt >index e8ff186..de39e41 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tt >@@ -46,11 +46,13 @@ > [% END %] > </select> > </li> >-<li><label for="format">Output format:</label> >-<select name="format" id="format"> >-<option value="text">Text</option> >-<option value="url">URL</option> >-</select> >+<li> >+ <label for="format">Output format:</label> >+ <select name="format" id="format"> >+ <option value="text">Text (TSV)</option> >+ <option value="csv">CSV</option> >+ <option value="html">HTML</option> >+ </select> > </li> > <li><label for="email">Email:</label> > >@@ -59,7 +61,7 @@ > </ol></fieldset> > <fieldset class="action"><input class="submit-button" type="submit" value="Save" /></fieldset> > </form> >- >+ > [% IF ( JOBS ) %]<h2>Jobs already entered</h2> > <table> > <tr> >-- >2.7.4
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 13445
:
73804
|
73962
|
74177
|
74693