From 67eb5b5304132069d3a8047ddf7887e6ef679144 Mon Sep 17 00:00:00 2001 From: Baptiste Wojtkowski Date: Tue, 23 May 2017 08:54:00 +0000 Subject: [PATCH] Bug 18655: Correct the choose link in unimarc_field_210c value builder - Link 'choose' is now a button. - It doesn't call directly javascript anymore (use of listener). - field to load stored in html on the page (less escaping needed). Test plan : 1) Use UNIMARC catalog 2) Define unimarc_field_210c value builder on 210$c 3) Define an autority type EDITORS with heading on 200$b 4) Create an autority of this type with a single quote in heading, ie : l'avenir 5) Index this new autority 6) Edit a biblio record and launch 210$c value builder 7) Search for new autority 8) Click on 'Choose' => Heading should be pasted in 210$c Signed-off-by: David Nind --- .../modules/cataloguing/value_builder/unimarc_field_210c.tt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt index c4970e5..0ce0861 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt @@ -66,9 +66,10 @@ [% PROCESS authresult summary=resul.summary %] [% resul.used | html %] times - [% IF ( resul.to_report ) %] - choose - [% END %] + [% IF ( resul.to_report ) %] + + + [% END %] [% END %] @@ -83,6 +84,12 @@ [% MACRO jsinclude BLOCK %]