Bugzilla – Attachment 165334 Details for
Bug 35746
Multiple selections for parameters used in the IN function
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35746: (follow-up) Fix invalid TT syntax inside html tag
Bug-35746-follow-up-Fix-invalid-TT-syntax-inside-h.patch (text/plain), 1.63 KB, created by
Lucas Gass (lukeg)
on 2024-04-22 17:06:16 UTC
(
hide
)
Description:
Bug 35746: (follow-up) Fix invalid TT syntax inside html tag
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-04-22 17:06:16 UTC
Size:
1.63 KB
patch
obsolete
>From 85b091f06927828373fb87e8a24b6a41fea9a6e7 Mon Sep 17 00:00:00 2001 >From: Brendan Lawlor <blawlor@clamsnet.org> >Date: Mon, 22 Apr 2024 12:29:52 +0000 >Subject: [PATCH] Bug 35746: (follow-up) Fix invalid TT syntax inside html tag > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > .../prog/en/modules/reports/guided_reports_start.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index f79005ee58..cd959ca710 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -876,7 +876,7 @@ > [% ELSE %] > <li> > <label for="sql_params_[% sql_param.labelid | html %]">[% sql_param.entry | html %]:</label> >- <select name="[%- sql_param.input.name | html -%]" tabindex="1" id="[%- sql_param.input.id | html -%]" [%- sql_param.select_multiple | html -%]> >+ <select name="[%- sql_param.input.name | html -%]" tabindex="1" id="[%- sql_param.input.id | html -%]" multiple="[%- sql_param.select_multiple | html -%]"> > [% IF (sql_param.include_all) %] > <option value="%">All</option> > [% END %] >-- >2.30.2
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 35746
:
160880
|
160995
|
161224
|
161247
|
161248
|
162300
|
162303
|
163875
|
163920
|
163921
|
165276
|
165333
|
165334
|
165345
|
165659
|
165660