mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #4943: Add a 'description' field to ObjectPermission
This commit is contained in:
@@ -54,4 +54,6 @@ class ObjectPermissionSerializer(ValidatedModelSerializer):
|
||||
|
||||
class Meta:
|
||||
model = ObjectPermission
|
||||
fields = ('id', 'url', 'name', 'enabled', 'object_types', 'groups', 'users', 'actions', 'constraints')
|
||||
fields = (
|
||||
'id', 'url', 'name', 'description', 'enabled', 'object_types', 'groups', 'users', 'actions', 'constraints',
|
||||
)
|
||||
|
Reference in New Issue
Block a user