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

[5.x] Form fields should continue to output a key/value array #10648

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue caused by our recent changes in #10467, where options for various fieldtypes are saved in a new "expanded" format, allowing for integer keys in options.

However, these changes broke Checkboxes / Radio Buttons / etc in frontend forms, since the templates assume option is just a key/value array, which it no longer is.

Closes #10645.

@jasonvarga jasonvarga merged commit 7b52088 into 5.x Aug 16, 2024
18 checks passed
@jasonvarga jasonvarga deleted the fix/broken-select-options-in-forms branch August 16, 2024 17:07
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.

Checkbox and Radio Button Blueprint format changed breaking frontend templates
2 participants