diff --git a/src/collective/volto/formsupport/restapi/services/submit_form/field.py b/src/collective/volto/formsupport/restapi/services/submit_form/field.py index 7127d4aa..0034586c 100644 --- a/src/collective/volto/formsupport/restapi/services/submit_form/field.py +++ b/src/collective/volto/formsupport/restapi/services/submit_form/field.py @@ -96,7 +96,7 @@ def send_in_email(self): def validate(self): # Making sure we've got a validation that actually exists. if not self._value and not self.required: - breakpoint() + return available_validations = [ validation for validationId, validation in getValidations()