mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 02:58:17 -06:00
rear_port is definitely required here
This commit is contained in:
parent
53411119a0
commit
d00f262ec1
@ -2728,7 +2728,6 @@ class FrontPortCSVForm(forms.ModelForm):
|
||||
)
|
||||
rear_port = FlexibleModelChoiceField(
|
||||
queryset=RearPort.objects.all(),
|
||||
required=False,
|
||||
to_field_name='name',
|
||||
help_text='Name or ID of Rear Port',
|
||||
error_messages={
|
||||
|
Loading…
Reference in New Issue
Block a user