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(' ');
}