mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Merge pull request #19282 from netbox-community/19281-fix-service-templates
Fixes #19281: Fix service template creation form
This commit is contained in:
commit
fdf42860aa
@ -840,6 +840,7 @@ class ServiceCreateForm(ServiceForm):
|
|||||||
# Fields which may be populated from a ServiceTemplate are not required
|
# Fields which may be populated from a ServiceTemplate are not required
|
||||||
for field in ('name', 'protocol', 'ports'):
|
for field in ('name', 'protocol', 'ports'):
|
||||||
self.fields[field].required = False
|
self.fields[field].required = False
|
||||||
|
self.fields[field].widget.is_required = False
|
||||||
|
|
||||||
def clean(self):
|
def clean(self):
|
||||||
super().clean()
|
super().clean()
|
||||||
|
Loading…
Reference in New Issue
Block a user