mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 13:38:16 -06:00
14132 review change
This commit is contained in:
parent
cd8eb7b92c
commit
4c331f5b52
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user