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

Radio (+ select) backend validation does't work with itemsExpression #4187

Closed
LaurensBurger opened this issue Apr 17, 2024 · 0 comments · Fixed by #4188
Closed

Radio (+ select) backend validation does't work with itemsExpression #4187

LaurensBurger opened this issue Apr 17, 2024 · 0 comments · Fixed by #4188
Assignees
Labels
bug Something isn't working needs-backport Fix must be backported to stable release branch
Milestone

Comments

@LaurensBurger
Copy link
Collaborator

LaurensBurger commented Apr 17, 2024

Product versie / Product version

2.6.4

Omschrijf het probleem / Describe the bug

#4151 solved this on a component level, but on _complete these radio are rejected:

[
    {
        "name": "steps.1.data.herhalendeGroep.0.radio1",
        "code": "invalid_choice",
        "reason": "\"a\" is een ongeldige keuze."
    },
    {
        "name": "steps.1.data.herhalendeGroep.1.radio1",
        "code": "invalid_choice",
        "reason": "\"b\" is een ongeldige keuze."
    },
    {
        "name": "steps.1.data.radio12",
        "code": "invalid_choice",
        "reason": "\"b\" is een ongeldige keuze."
    }
]
@LaurensBurger LaurensBurger added bug Something isn't working triage Issue needs to be validated. Remove this label if the issue considered valid. labels Apr 17, 2024
@Viicos Viicos added this to the Release 2.6.5 milestone Apr 17, 2024
@Viicos Viicos removed the triage Issue needs to be validated. Remove this label if the issue considered valid. label Apr 17, 2024
@Viicos Viicos self-assigned this Apr 17, 2024
Viicos added a commit that referenced this issue Apr 17, 2024
Viicos added a commit that referenced this issue Apr 17, 2024
@Viicos Viicos added the needs-backport Fix must be backported to stable release branch label Apr 17, 2024
Viicos added a commit that referenced this issue Apr 17, 2024
Viicos added a commit that referenced this issue Apr 17, 2024
…gic-2

 [#4187] Evaluate logic before formio validation on submission completion
SilviaAmAm added a commit that referenced this issue Apr 18, 2024
[#4187] Evaluate logic before formio validation on submission completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-backport Fix must be backported to stable release branch
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants