From 8ca538cbacaee5b0e009444f3966fb3b1b306ef2 Mon Sep 17 00:00:00 2001 From: Christoph Lorenz Date: Fri, 5 Jul 2024 14:38:04 +0200 Subject: [PATCH] Fix action button(s) on search result table --- pom.xml | 2 +- src/main/resources/templates/identifiables/list.html | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index abc760a374..490e5fd244 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.github.dbmdz.cudami cudami - 9.2.0-RC3 + 9.2.0-RC4 jar DigitalCollections: cudami diff --git a/src/main/resources/templates/identifiables/list.html b/src/main/resources/templates/identifiables/list.html index 9d805a6ddd..f1fcf1a168 100644 --- a/src/main/resources/templates/identifiables/list.html +++ b/src/main/resources/templates/identifiables/list.html @@ -138,11 +138,10 @@

Search result

function formatActionsIdentifiables(value, row) { /*[+ - const baseUrl = [[@{'/identifiables'}]] + '/' + row.uuid; + const baseUrl = [[@{'/identifiables/uuid'}]] + '/' + row.uuid; +]*/ return [ - renderViewAction(baseUrl), - renderEditAction(baseUrl) + renderViewAction(baseUrl) ].join(' '); }