mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-10 01:28:16 -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(
|
device=device_id, form_factor=IFACE_FF_LAG).get(
|
||||||
lag=lag_name.id
|
lag=lag_name.id
|
||||||
)
|
)
|
||||||
if not self.data('lag'):
|
if lag is not None:
|
||||||
return None
|
return None
|
||||||
return lag
|
return lag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user