mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -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(
|
||||
lag=lag_name.id
|
||||
)
|
||||
if not self.lag:
|
||||
if not self.data('lag'):
|
||||
return None
|
||||
return lag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user