From 06c2253314688fc6168b666e7f92e5366f6a2bf5 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Thu, 28 Nov 2024 14:22:39 +0100 Subject: [PATCH] feat(apis_entities): replace apis_entities merge route The `get_merge_view_url` is being replaced by a generic `get_select_merge_or_enrich_url`. It does basically the same, but lives in the `generic` app. --- .../templates/apis_entities/partials/entity_actions_nav.html | 2 +- 1 file changed, 1 insertion(+), 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 5ebf56703..03579930c 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 @@ -15,7 +15,7 @@ content_copy Duplicate + href="{{ object.get_select_merge_or_enrich_url }}"> cell_merge Merge {% endif %}