From d775b010fa680c0b3a24c56d3f7078c269b9d629 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Thu, 14 Nov 2024 15:27:11 +0100 Subject: [PATCH] fix(apis_entities): set target of merge link to correct route The merge url was fixed in 0088fc6, but this fix was reverted in e01f3f4 during a "refactoring". This commit sets it back to the correct value. Closes: #1374 --- .../templates/apis_entities/partials/entity_actions_nav.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apis_core/apis_entities/templates/apis_entities/partials/entity_actions_nav.html b/apis_core/apis_entities/templates/apis_entities/partials/entity_actions_nav.html index c235941bf..5ebf56703 100644 --- a/apis_core/apis_entities/templates/apis_entities/partials/entity_actions_nav.html +++ b/apis_core/apis_entities/templates/apis_entities/partials/entity_actions_nav.html @@ -14,7 +14,8 @@ href="{{ object.get_duplicate_url }}"> content_copy Duplicate - + cell_merge Merge {% endif %}