mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 08:08:15 -06:00
Error will robinson
r Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
35110beca8
commit
bb75f65cf5
@ -1601,7 +1601,7 @@ class InterfaceCSVForm(forms.ModelForm):
|
||||
if self.cleaned_data['device'] is not None:
|
||||
lag = Interface.objects.filter(
|
||||
device=self.cleaned_data['device'], form_factor=IFACE_FF_LAG).get(
|
||||
lag=self.cleaned_data['lag'], name=lag
|
||||
self.cleaned_data['lag']
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user