Bugzilla – Attachment 180355 Details for
Bug 39298
Runtime parameters don't work with report templates on first run
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39298: (QA follow-up) Add missing html filter
Bug-39298-QA-follow-up-Add-missing-html-filter.patch (text/plain), 1.35 KB, created by
Julian Maurice
on 2025-04-02 13:34:23 UTC
(
hide
)
Description:
Bug 39298: (QA follow-up) Add missing html filter
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2025-04-02 13:34:23 UTC
Size:
1.35 KB
patch
obsolete
>From 54815b19dea2917d2485e2eeb725d5ca19520a3d Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 2 Apr 2025 15:31:51 +0200 >Subject: [PATCH] Bug 39298: (QA follow-up) Add missing html filter > >Signed-off-by: Julian Maurice <julian.maurice@biblibre.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 6eda1b2063..7c44868f71 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 >@@ -927,7 +927,7 @@ > <fieldset class="action"> > <input type="hidden" name="op" value="run" /> > [% IF ( template_id ) %] >- <input type="hidden" name="template" value="[% template_id %]" /> >+ <input type="hidden" name="template" value="[% template_id | html %]" /> > [% END %] > <button type="submit" class="btn btn-primary">Run the report</button> > </fieldset> >-- >2.39.5
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 39298
:
179136
|
179145
|
180354
| 180355