mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-10 01:28:16 -06:00
ehhh
This commit is contained in:
parent
8271c9383c
commit
01301777c8
@ -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.lag:
|
if not self.data('lag'):
|
||||||
return None
|
return None
|
||||||
return lag
|
return lag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user