We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something in the assembled XML must be broken as attempts to edit mocked submissions with Enketo is met with a 400 response upon submit.
400
The text was updated successfully, but these errors were encountered:
@joshuaberetta it's because the identifier inside <formhub><uuid> is the UUID of the form, not the submission, and needs to be a specific, constant value for all submissions in the form, not randomly generated: https://github.com/joshuaberetta/mockobo/blob/bcd1b208ffaf75c60709874cc267503824dd13cd/mockobo.py#L131
<formhub><uuid>
Otherwise, when KPI tries to find the submission that matches both deprecatedID and the form UUID, it fails: https://github.com/kobotoolbox/kpi/blob/78ddfe03a627b0822da6c8bfc605968cf401e426/kpi/deployment_backends/kobocat_backend.py#L567-L579
deprecatedID
(found this while testing the OCHA domain transfer with one of @tinok's forms)
Sorry, something went wrong.
No branches or pull requests
Something in the assembled XML must be broken as attempts to edit mocked submissions with Enketo is met with a
400
response upon submit.The text was updated successfully, but these errors were encountered: