diff --git a/netbox/ipam/forms/models.py b/netbox/ipam/forms/models.py index 34bf739f4..724812585 100644 --- a/netbox/ipam/forms/models.py +++ b/netbox/ipam/forms/models.py @@ -854,6 +854,7 @@ class ServiceCreateForm(ServiceForm): del self.fields[field].widget.attrs['required'] def clean(self): + super().clean() if self.cleaned_data['service_template']: # Create a new Service from the specified template service_template = self.cleaned_data['service_template']