14132 fix serializer

This commit is contained in:
Arthur 2023-11-21 11:02:15 -08:00
parent 9c32a68a0f
commit 92ab4a0a25

View File

@ -74,7 +74,7 @@ class EventRuleSerializer(NetBoxModelSerializer):
fields = [ fields = [
'id', 'url', 'display', 'content_types', 'name', 'type_create', 'type_update', 'type_delete', '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', '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', 'created', 'last_updated',
] ]