Bugzilla – Attachment 99343 Details for
Bug 23777
Text converted to html entity codes in cataloguing edit form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23777: Use To.json in preferences.tt
Bug-23777-Use-Tojson-in-preferencestt.patch (text/plain), 1.49 KB, created by
Martin Renvoize (ashimema)
on 2020-02-21 07:01:33 UTC
(
hide
)
Description:
Bug 23777: Use To.json in preferences.tt
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-02-21 07:01:33 UTC
Size:
1.49 KB
patch
obsolete
>From f3a4256b400163ed6aab9a374315a0f3353c6640 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 12 Nov 2019 08:55:30 +0100 >Subject: [PATCH] Bug 23777: Use To.json in preferences.tt > >Test plan: >Search for "foo bar" (with double quotes) in the sysprefs > >Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >index 764f1645d9..ae22e006ce 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -1,4 +1,5 @@ > [% USE raw %] >+[% USE To %] > [% USE Asset %] > [% USE Koha %] > [% SET footerjs = 1 %] >@@ -196,7 +197,7 @@ > > }); > // This is here because of its dependence on template variables, everything else should go in js/pages/preferences.js - jpw >- var to_highlight = "[% searchfield |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') | html %]"; >+ var to_highlight = "[% To.json( searchfield ) | $raw %]"; > var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %]; > var MSG_NOTHING_TO_SAVE = _("Nothing to save"); > var MSG_SAVING = _("Saving..."); >-- >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 23777
:
95275
|
95279
|
95280
|
95281
|
95282
|
95283
|
95284
|
97685
|
97686
|
97687
|
97688
|
97689
|
97690
|
97691
|
98698
|
98699
|
98700
|
99341
|
99342
| 99343 |
99344
|
99345
|
99346
|
99347
|
99348
|
99570