-
Notifications
You must be signed in to change notification settings - Fork 26
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
Attachments in a repeating group are not processed in the JSON dump registration backend #5065
Comments
viktorvanwijk
added a commit
that referenced
this issue
Feb 4, 2025
The edit grid component was not processed, meaning components (File, Radio, Select, and SelectBoxes) inside the edit grid component were not updated properly. They are now
viktorvanwijk
added a commit
that referenced
this issue
Feb 4, 2025
* Add test for a (multiple) file component inside an edit grid component. Ensures the attachments are properly encoded.
10 tasks
viktorvanwijk
added a commit
that referenced
this issue
Feb 5, 2025
The edit grid component was not processed, meaning components (File, Radio, Select, and SelectBoxes) inside the edit grid component were not updated properly. They are now
viktorvanwijk
added a commit
that referenced
this issue
Feb 5, 2025
* Add test for a (multiple) file component inside an edit grid component. Ensures the attachments are properly encoded. * Add test for components with another form variable as a data source inside an edit grid component. Ensures the options of the radio, select, and selectboxes components are properly updated.
viktorvanwijk
added a commit
that referenced
this issue
Feb 6, 2025
The edit grid component was not processed, meaning components (File, Radio, Select, and SelectBoxes) inside the edit grid component were not updated properly. They are now
viktorvanwijk
added a commit
that referenced
this issue
Feb 6, 2025
* Add test for a (multiple) file component inside an edit grid component. Ensures the attachments are properly encoded. * Add test for components with another form variable as a data source inside an edit grid component. Ensures the options of the radio, select, and selectboxes components are properly updated.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For file components, the content of attachments are encoded using base64, and added to the data to be sent. A repeating group can also contain a file component, which is currently not processed. It should be.
The text was updated successfully, but these errors were encountered: