diff --git a/netbox/netbox/views/generic/feature_views.py b/netbox/netbox/views/generic/feature_views.py index 0c463e084fb..451c9c01d2a 100644 --- a/netbox/netbox/views/generic/feature_views.py +++ b/netbox/netbox/views/generic/feature_views.py @@ -38,7 +38,7 @@ class ObjectChangeLogView(ConditionalLoginRequiredMixin, View): base_template = None tab = ViewTab( label=_('Changelog'), - permission='extras.view_objectchange', + permission='core.view_objectchange', weight=10000 ) diff --git a/netbox/templates/account/profile.html b/netbox/templates/account/profile.html index d8be72e0834..20f8ad537b9 100644 --- a/netbox/templates/account/profile.html +++ b/netbox/templates/account/profile.html @@ -61,7 +61,7 @@

{% trans "Assigned Groups" %}

- {% if perms.extras.view_objectchange %} + {% if perms.core.view_objectchange %}
diff --git a/netbox/templates/users/user.html b/netbox/templates/users/user.html index a36a6d8b7de..967cc0537fb 100644 --- a/netbox/templates/users/user.html +++ b/netbox/templates/users/user.html @@ -71,7 +71,7 @@

{% trans "Assigned Permissions" %}

- {% if perms.extras.view_objectchange %} + {% if perms.core.view_objectchange %}