From 3ece9f138185ac0c91198ffa4449eb9255e893c8 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 29 May 2024 07:26:18 +0000 Subject: [PATCH] Bug 36966: Fix data-link for local cover images This patch fixes the data-link so that the "edit" link at the bottom of the lightbox viewer correctly takes the user to the editor interface for the local cover image Signed-off-by: David Nind Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer (cherry picked from commit e0e179f806452f6713f588572a051e01d3de52b5) Signed-off-by: Lucas Gass --- .../en/includes/html_helpers/tables/items/catalogue_detail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc index 147e7957a4..66b06094c8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc @@ -327,7 +327,7 @@ row.cover_image_ids.forEach(id => { node += ''; }); -- 2.39.5