Bugzilla – Attachment 83424 Details for
Bug 12759
Add ability to pass list contents to batch record modification/deletion tools
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 12759: Add missing html filters
bug-12759-Add-missing-html-filters.patch (text/plain), 2.22 KB, created by
Katrin Fischer
on 2018-12-20 20:45:43 UTC
(
hide
)
Description:
bug 12759: Add missing html filters
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-12-20 20:45:43 UTC
Size:
2.22 KB
patch
obsolete
>From 551e2e07f640caf22d591ed4cce76bf121f0a8ca Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 20 Dec 2018 21:44:02 +0100 >Subject: [PATCH] bug 12759: Add missing html filters > >Add some missing html filters to fix QA script >complaints. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt | 2 +- > .../intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >index 0b9ffd8032..17c06abded 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >@@ -95,7 +95,7 @@ > <select name="shelf_number" id="shelf_number"> > <option value="">Select a list</option> > [% FOREACH list IN lists %] >- <option value="[% list.shelfnumber %]">[% list.shelfname %]</option> >+ <option value="[% list.shelfnumber | html %]">[% list.shelfname | html %]</option> > [% END %] > </option> > </select> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >index 652c74e53f..27a5133e1a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >@@ -99,7 +99,7 @@ > <select name="shelf_number" id="shelf_number"> > <option value="">Select a list</option> > [% FOREACH list IN lists %] >- <option value="[% list.shelfnumber %]">[% list.shelfname %]</option> >+ <option value="[% list.shelfnumber | html %]">[% list.shelfname | html %]</option> > [% END %] > </option> > </select> >-- >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 12759
:
60297
|
60362
|
60367
|
60489
|
61337
|
75548
|
75572
|
76802
|
76803
|
82228
|
82229
|
82230
|
83421
|
83422
|
83423
|
83424
|
84672
|
84875
|
84876
|
84877
|
84878