-
Notifications
You must be signed in to change notification settings - Fork 27
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
On registration, transform selectboxes data shape based on openForms.transformData
#5074
Open
Tracked by
#4926
Labels
Comments
{"selectboxes": {"foo": true, "bar": false}"
to {"selectboxes": ["bar"]}
openForms.transformData
stevenbal
added a commit
that referenced
this issue
Feb 4, 2025
stevenbal
added a commit
that referenced
this issue
Feb 4, 2025
13 tasks
stevenbal
added a commit
that referenced
this issue
Feb 4, 2025
stevenbal
added a commit
that referenced
this issue
Feb 4, 2025
stevenbal
added a commit
that referenced
this issue
Feb 4, 2025
stevenbal
added a commit
that referenced
this issue
Feb 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On registration, transform selectboxes data shape from
{"selectboxes": {"foo": true, "bar": false}"
to{"selectboxes": ["bar"]}
This should only be implemented for the Objects API and JSON dump registration backends for now. It should be part of the existing pattern in
process_mapped_variable
that is used to transform dataThe text was updated successfully, but these errors were encountered: