Skip to content

Commit 1e8c6f0

Browse files
khangonmariobehling
authored andcommitted
feature-8832: Add option "Not sure yet" to attendee Form Yes/No questions (#8929)
1 parent 1ff8ec7 commit 1e8c6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/helpers/custom_forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_schema(form_fields):
3030
elif field.type == 'number':
3131
field_type = marshmallow.fields.Float
3232
elif field.type == 'boolean':
33-
field_type = marshmallow.fields.Boolean
33+
field_type = marshmallow.fields.Str
3434
else:
3535
raise UnprocessableEntityError(
3636
{'pointer': '/data/complex-field-values/' + field.identifier},

0 commit comments

Comments
 (0)