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.
  • Loading branch information
b1rger committed Nov 28, 2024
1 parent 0bef171 commit 06c2253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 06c2253

Please sign in to comment.