mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Add name, enabled fields to ObjectPermission
This commit is contained in:
@@ -18,7 +18,7 @@ class AppTest(APITestCase):
|
||||
|
||||
class ObjectPermissionTest(APIViewTestCases.APIViewTestCase):
|
||||
model = ObjectPermission
|
||||
brief_fields = ['actions', 'groups', 'id', 'object_types', 'users']
|
||||
brief_fields = ['actions', 'enabled', 'groups', 'id', 'name', 'object_types', 'users']
|
||||
|
||||
@classmethod
|
||||
def setUpTestData(cls):
|
||||
|
Reference in New Issue
Block a user