mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 13:38:16 -06:00
14132 fix serializer
This commit is contained in:
parent
9c32a68a0f
commit
92ab4a0a25
@ -74,7 +74,7 @@ class EventRuleSerializer(NetBoxModelSerializer):
|
||||
fields = [
|
||||
'id', 'url', 'display', 'content_types', 'name', 'type_create', 'type_update', 'type_delete',
|
||||
'type_job_start', 'type_job_end', 'enabled', 'conditions', 'action_type', 'action_object_type',
|
||||
'action_object_id', 'action_object', 'custom_fields', 'tags',
|
||||
'action_object_id', 'custom_fields', 'tags',
|
||||
'created', 'last_updated',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user