Skip to content

Commit

Permalink
fix(apis_entities): set target of merge link to correct route
Browse files Browse the repository at this point in the history
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
  • Loading branch information
b1rger committed Nov 14, 2024
1 parent 98e2ca3 commit d775b01
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
href="{{ object.get_duplicate_url }}">
<span class="material-symbols-outlined material-symbols-align">content_copy</span> Duplicate
</a>
<a class="object-merge dropdown-item" href="{{ object.get_merge_url }}">
<a class="object-merge dropdown-item"
href="{{ object.get_merge_view_url }}">
<span class="material-symbols-outlined material-symbols-align">cell_merge</span> Merge
</a>
{% endif %}
Expand Down

0 comments on commit d775b01

Please sign in to comment.