Skip to content
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

Closed
viktorvanwijk opened this issue Jan 31, 2025 · 0 comments · Fixed by #5081
Closed

Comments

@viktorvanwijk
Copy link
Contributor

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.

@viktorvanwijk viktorvanwijk added this to the Release 3.1.0 milestone Jan 31, 2025
@viktorvanwijk viktorvanwijk moved this from Todo to In Progress in Development Feb 3, 2025
viktorvanwijk added a commit that referenced this issue Feb 3, 2025
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.
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 viktorvanwijk moved this from In Progress to Implemented in Development Feb 5, 2025
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.
@github-project-automation github-project-automation bot moved this from Implemented to Done in Development Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant