From 44b7a1a4b893d70cb9fbd59a4b85136e748692e5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 17 Jun 2019 20:07:29 -0500 Subject: [PATCH] Bug 15814: Add missing filters --- .../prog/en/modules/tools/marc_modification_templates.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt index d4943180d7..37477c73b6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt @@ -163,7 +163,7 @@ [% ActionsLoo.description | html %] - Edit + Edit Delete @@ -339,7 +339,7 @@ var MSG_MMT_CONDITIONAL_COMPARISON_REQUIRED = _("The conditional comparison operator should be filled."); var MSG_MMT_CONDITIONAL_VALUE_REQUIRED = _("The conditional value should be filled."); var MSG_MMT_CONDITIONAL_VALUE_REGEX_REQUIRED = _("The conditional regular expression should be filled."); - var mmtas = [% ActionsLoop.json %] + var mmtas = [% ActionsLoop.json | $raw %] [% Asset.js("js/marc_modification_templates.js") | $raw %] [% END %] -- 2.11.0