-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Geopoint parse failure when there are also geotrace and geoshape questions in xlsform #643
Comments
See https://github.com/Cadasta/cadasta-platform/blob/master/cadasta/xforms/mixins/model_helper.py#L79. The following line should be Also wondering if this database query is required? https://github.com/Cadasta/cadasta-platform/blob/master/cadasta/xforms/mixins/model_helper.py#L70 |
Thanks @bjohare for checking this and help to find out what was going on! Is it possible to try to fix this in this milestone (if it's not too difficult)? I think it's important for several partners... |
This has reappeared in the latest master. |
Steps to reproduce the error
Try to submit to a form that has
geotrace
,geoshape
andgeopoint
typed questions. See here for an example.Actual behavior
Throws a
400
error where the exception islist index out of range
.Expected behavior
Form should submit successfully.
The text was updated successfully, but these errors were encountered: