mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 11:56:25 -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):
|
||||
super().clean()
|
||||
|
||||
# Validate VLAN config
|
||||
mode = None
|
||||
tagged_vlans = []
|
||||
untagged_vlan = None
|
||||
|
Loading…
Reference in New Issue
Block a user