From 1de9d530f4dd5eac831e9026e9a43b6a2606f5b0 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 Signed-off-by: Jonathan Druart --- .../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 9da1e141db..9958807cd5 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.39.5