From e9e0791e9059626a4ad4b6d3076873da32721716 Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 16 Nov 2023 14:08:22 -0800 Subject: [PATCH] 14132 form fixes --- netbox/extras/filtersets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/extras/filtersets.py b/netbox/extras/filtersets.py index 676d3f1a9..67c3f2a50 100644 --- a/netbox/extras/filtersets.py +++ b/netbox/extras/filtersets.py @@ -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):