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