mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 13:38:16 -06:00
14132 form fixes
This commit is contained in:
parent
d0a2529013
commit
e9e0791e90
@ -73,7 +73,7 @@ class EventRuleFilterSet(NetBoxModelFilterSet):
|
||||
class Meta:
|
||||
model = EventRule
|
||||
fields = [
|
||||
'id', 'name', 'type_create', 'type_update', 'type_delete', 'type_job_start', 'type_job_end', 'enabled',
|
||||
'id', 'name', 'type_create', 'type_update', 'type_delete', 'type_job_start', 'type_job_end', 'enabled', 'description',
|
||||
]
|
||||
|
||||
def search(self, queryset, name, value):
|
||||
|
Loading…
Reference in New Issue
Block a user