Bugzilla – Attachment 71061 Details for
Bug 18497
Downloading a report passes the constructed SQL as a parameter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18497: (follow-up) Chomp newlines in BLOCK
Bug-18497-follow-up-Chomp-newlines-in-BLOCK.patch (text/plain), 1.22 KB, created by
Nick Clemens (kidclamp)
on 2018-01-30 14:36:27 UTC
(
hide
)
Description:
Bug 18497: (follow-up) Chomp newlines in BLOCK
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-01-30 14:36:27 UTC
Size:
1.22 KB
patch
obsolete
>From 4baf925cc44b3b0f969c261f13f58670ac1f3128 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 30 Jan 2018 14:34:10 +0000 >Subject: [PATCH] Bug 18497: (follow-up) Chomp newlines in BLOCK > >To test: >Run report >Validate results page at: https://validator.w3.org/ >--- > koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >index 00edf94..2fc520f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >@@ -48,8 +48,8 @@ > > [% IF ( execute ) %] > [% BLOCK params %] >- [% FOREACH param IN sql_params %]&sql_params=[% param %][% END %] >- [% END %] >+ [%- FOREACH param IN sql_params %]&sql_params=[% param %][% END %] >+ [%- END %] > > <div class="btn-group"> > <button class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" id="format"><i class="fa fa-upload"></i> Download <span class="caret"></span></button> >-- >2.1.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 18497
:
65338
|
65339
|
70245
|
70637
|
70639
|
71060
|
71061
|
71080
|
71081