Bugzilla – Attachment 83305 Details for
Bug 21460
Filtering ILL requests on borrowernumber does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21460: (follow-up) $raw -> html filter
Bug-21460-follow-up-raw---html-filter.patch (text/plain), 1013 bytes, created by
Andrew Isherwood
on 2018-12-17 16:04:38 UTC
(
hide
)
Description:
Bug 21460: (follow-up) $raw -> html filter
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2018-12-17 16:04:38 UTC
Size:
1013 bytes
patch
obsolete
>From 3773f1233d7b3725e94ef73c53532027b90b81b5 Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Mon, 17 Dec 2018 16:03:40 +0000 >Subject: [PATCH] Bug 21460: (follow-up) $raw -> html filter > >We're filtering a string that is derived from client supplied paramters >via a URL, we should be escaping these if appropriate. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 438ef215a8..4aa364d376 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -37,7 +37,7 @@ > 'patron' > ]; > >- var prefilters = '[% prefilters | $raw %]'; >+ var prefilters = '[% prefilters | html %]'; > > // Expanded fields > // This is auto populated >-- >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 21460
:
82858
|
83119
|
83184
|
83185
|
83272
|
83305
|
83435
|
83674
|
88444
|
88445
|
88626
|
88679
|
88680
|
88681