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:
@@ -241,6 +241,10 @@ class ObjectPermission(models.Model):
|
||||
name = models.CharField(
|
||||
max_length=100
|
||||
)
|
||||
description = models.CharField(
|
||||
max_length=200,
|
||||
blank=True
|
||||
)
|
||||
enabled = models.BooleanField(
|
||||
default=True
|
||||
)
|
||||
|
Reference in New Issue
Block a user