mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Removed obsolete validation from InterfaceConnectionCSVForm
This commit is contained in:
parent
293be752ca
commit
4671829ad8
@ -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