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

Feature/5074 transform selectboxes data #5076

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stevenbal
Copy link
Contributor

@stevenbal stevenbal commented Feb 4, 2025

Closes #5074

TODO

  • test locally -> does not work because get_data is used outside of registration as well
  • tests with nested components (repeating groups)
  • multiple steps

Changes

[Describe the changes here]

Checklist

Check off the items that are completed or not relevant.

  • Impact on features

    • Checked copying a form
    • Checked import/export of a form
    • Config checks in the configuration overview admin page
    • Problem detection in the admin email digest is handled
  • Release management

    • I have labelled the PR as "needs-backport" accordingly
  • I have updated the translations assets (you do NOT need to provide translations)

    • Ran ./bin/makemessages_js.sh
    • Ran ./bin/compilemessages_js.sh
  • Dockerfile/scripts

    • Updated the Dockerfile with the necessary scripts from the ./bin folder
  • Commit hygiene

    • Commit messages refer to the relevant Github issue
    • Commit messages explain the "why" of change, not the how

@stevenbal stevenbal marked this pull request as draft February 4, 2025 08:59
@stevenbal stevenbal force-pushed the feature/5074-transform-selectboxes-data branch from 15cf8ff to eae233e Compare February 4, 2025 09:18
@stevenbal stevenbal force-pushed the feature/5074-transform-selectboxes-data branch from eae233e to 4d50f52 Compare February 4, 2025 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On registration, transform selectboxes data shape based on openForms.transformData
1 participant