Skip to content

Commit

Permalink
Use canonical uuid in history links in tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Keeble committed Nov 14, 2023
1 parent c106e4b commit 4f320eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin_ui/templates/snippets/object_header_tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<li class="nav-item">
<a
class="nav-link {% if url_name == 'change-history' or url_name == 'historical-detail' %}active{% endif %}"
href="{% url 'change-history' view_model object.uuid %}"
href="{% url 'change-history' view_model canonical_uuid %}"
>
History
</a>
Expand Down

0 comments on commit 4f320eb

Please sign in to comment.