From ee275e16c4e5af58717530456336677113f9ab79 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 18 Oct 2021 14:53:05 +0200 Subject: [PATCH] Bug 29263: (bug 24387 follow-up) Fix 'Cancel' link when editing a html custom When editing content that is a html customization, the 'cancel' link should redirect to the html custom list, not the 'news' list. Test plan: Create or edit a html customization, click the 'Cancel' link => You should be redirected to the html custom list Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/tools/additional-contents.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt index 2f74dfbcfc..459c072608 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -166,7 +166,11 @@
- Cancel + [% IF category == 'news' %] + Cancel + [% ELSE %] + Cancel + [% END %]
-- 2.11.0