mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Try again...
This commit is contained in:
parent
01301777c8
commit
b9060d846c
@ -1607,7 +1607,7 @@ class InterfaceCSVForm(forms.ModelForm):
|
||||
device=device_id, form_factor=IFACE_FF_LAG).get(
|
||||
lag=lag_name.id
|
||||
)
|
||||
if not self.data('lag'):
|
||||
if lag is not None:
|
||||
return None
|
||||
return lag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user