We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff8ec7 commit 1e8c6f0Copy full SHA for 1e8c6f0
app/api/helpers/custom_forms.py
@@ -30,7 +30,7 @@ def get_schema(form_fields):
30
elif field.type == 'number':
31
field_type = marshmallow.fields.Float
32
elif field.type == 'boolean':
33
- field_type = marshmallow.fields.Boolean
+ field_type = marshmallow.fields.Str
34
else:
35
raise UnprocessableEntityError(
36
{'pointer': '/data/complex-field-values/' + field.identifier},
0 commit comments