14132 review change

This commit is contained in:
Arthur 2023-11-28 07:21:45 -08:00
parent cd8eb7b92c
commit 4c331f5b52

View File

@ -323,8 +323,6 @@ class EventRuleForm(NetBoxModelForm):
elif action_type == EventRuleActionChoices.SCRIPT: elif action_type == EventRuleActionChoices.SCRIPT:
self.init_script_choice() self.init_script_choice()
val = get_field_value(self, 'conditions')
def clean(self): def clean(self):
super().clean() super().clean()