Bugzilla – Attachment 100450 Details for
Bug 18127
Add ability to add batch modified records to an existing list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18127: Add missing html filters
Bug-18127-Add-missing-html-filters.patch (text/plain), 1.90 KB, created by
Jonathan Druart
on 2020-03-10 11:22:52 UTC
(
hide
)
Description:
Bug 18127: Add missing html filters
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-10 11:22:52 UTC
Size:
1.90 KB
patch
obsolete
>From a6248263da3315d8d97c2fd16f0af233e17bf5bb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 10 Mar 2020 12:19:54 +0100 >Subject: [PATCH] Bug 18127: Add missing html filters > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/en/modules/tools/batch_record_modification.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 960217a9c9..66de6f4b1c 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 >@@ -269,7 +269,7 @@ > <select name="add_bibs_to_list" id="add_bibs_to_list"> > <option value="">Select a list</option> > [% FOREACH list IN lists %] >- <option class="shelf" value="[% list.shelfnumber %]">[% list.shelfname %]</option> >+ <option class="shelf" value="[% list.shelfnumber | html %]">[% list.shelfname | html %]</option> > [% END %] > </select> > </li> >@@ -401,7 +401,7 @@ > var bibs = new Array(); > [% FOREACH message IN messages %] > [% IF message.code == 'biblio_modified' %] >- bibs.push("biblionumber="+[% message.biblionumber %]); >+ bibs.push("biblionumber="+[% message.biblionumber | html %]); > [% END %] > [% END %] > var bibstring = bibs.join("&"); >-- >2.20.1
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 18127
:
60299
|
60366
|
98422
|
98971
|
100449
| 100450