mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16:25 -06:00
Removed obsolete validation from InterfaceConnectionCSVForm
This commit is contained in:
parent
bd9fab09d1
commit
08315fdab0
@ -1672,10 +1672,6 @@ class InterfaceConnectionCSVForm(forms.ModelForm):
|
||||
|
||||
return interface
|
||||
|
||||
def clean_connection_status(self):
|
||||
|
||||
return True if self.cleaned_data['connection_status'] == 'connected' else False
|
||||
|
||||
|
||||
class InterfaceConnectionDeletionForm(BootstrapMixin, forms.Form):
|
||||
confirm = forms.BooleanField(required=True)
|
||||
|
Loading…
Reference in New Issue
Block a user