Skip to content

Commit

Permalink
feat(apis_entities): replace apis_entities merge route
Browse files Browse the repository at this point in the history
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.
b1rger committed Dec 2, 2024
1 parent fb07e49 commit 40e4618
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<span class="material-symbols-outlined material-symbols-align">content_copy</span> Duplicate
</a>
<a class="object-merge dropdown-item"
href="{{ object.get_merge_view_url }}">
href="{{ object.get_select_merge_or_enrich_url }}">
<span class="material-symbols-outlined material-symbols-align">cell_merge</span> Merge
</a>
{% endif %}

0 comments on commit 40e4618

Please sign in to comment.