mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-30 04:16:24 -06:00
Forgot to call super().clean()
This commit is contained in:
parent
07444e6f1a
commit
5776db6450
@ -1364,6 +1364,9 @@ class InterfaceForm(InterfaceCommonForm, ModularDeviceComponentForm):
|
|||||||
}
|
}
|
||||||
|
|
||||||
def clean(self):
|
def clean(self):
|
||||||
|
super().clean()
|
||||||
|
|
||||||
|
# Validate VLAN config
|
||||||
mode = None
|
mode = None
|
||||||
tagged_vlans = []
|
tagged_vlans = []
|
||||||
untagged_vlan = None
|
untagged_vlan = None
|
||||||
|
Loading…
Reference in New Issue
Block a user