Bugzilla – Attachment 114499 Details for
Bug 22243
Advanced Cataloguer editor fails if the target contains an apostrophe in the name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22243: Fix unescaped apostrophe in Z target
Bug-22243-Fix-unescaped-apostrophe-in-Z-target.patch (text/plain), 1.42 KB, created by
Alexis Ripetti
on 2020-12-17 21:12:22 UTC
(
hide
)
Description:
Bug 22243: Fix unescaped apostrophe in Z target
Filename:
MIME Type:
Creator:
Alexis Ripetti
Created:
2020-12-17 21:12:22 UTC
Size:
1.42 KB
patch
obsolete
>From 53b8c361d171ab58d37eff4879f93433f701ab15 Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Thu, 31 Jan 2019 09:40:08 +0000 >Subject: [PATCH] Bug 22243: Fix unescaped apostrophe in Z target > >This patch escapes apostrophes in the z39.50 target name prior to them >being embedded in the template. > >To test: > >- Create a z39.50 target containing an apostrophe in the title >- Note that the Advanced Cataloguer editor does not load >- Apply the patch >- TEST: Note that the Advanced Cataloguer editor does load >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >index 6f44f4b9da..9089af4192 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc >@@ -51,7 +51,7 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr > [%- FOREACH server = z3950_servers -%] > { > server_id: [% server.id | html %], >- name: '[% server.servername | html %]', >+ name: '[% server.servername | html_entity %]', > recordtype: '[% server.recordtype | html %]', > checked: [% server.checked ? 'true' : 'false' | html %], > }, >-- >2.25.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 22243
:
84566
|
114499
|
114502
|
114561