permission group changes skip the changelong #7505

Closed
opened 2025-12-29 20:24:27 +01:00 by adam · 1 comment
Owner

Originally created by @mkurjanski on GitHub (Jan 13, 2023).

NetBox version

v3.3.9

Python version

3.8

Steps to Reproduce

  1. Go to the admin view => user permissions
  2. Add a new group to an existing permission profile (or create new profile if none available)
  3. The group assignment change does not get logged into the changelog

Expected Behavior

Whenever new group is assigned, removed or modified we should get the changelog entry.

Observed Behavior

No changelog entry observed.

Originally created by @mkurjanski on GitHub (Jan 13, 2023). ### NetBox version v3.3.9 ### Python version 3.8 ### Steps to Reproduce 1. Go to the admin view => user permissions 2. Add a new group to an existing permission profile (or create new profile if none available) 3. The group assignment change does not get logged into the changelog ### Expected Behavior Whenever new group is assigned, removed or modified we should get the changelog entry. ### Observed Behavior No changelog entry observed.
adam closed this issue 2025-12-29 20:24:27 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jan 13, 2023):

The change log is intended to record changes to data within NetBox, rather than data about NetBox itself. I'm not sure it would make sense to extend the scope of the change log to cover users and permissions, but you're welcome to open a feature request citing your use case.

@jeremystretch commented on GitHub (Jan 13, 2023): The change log is intended to record changes to data within NetBox, rather than data about NetBox itself. I'm not sure it would make sense to extend the scope of the change log to cover users and permissions, but you're welcome to open a [feature request](https://github.com/netbox-community/netbox/issues/new?assignees=&labels=type%3A+feature&template=feature_request.yaml) citing your use case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7505