-
-
Notifications
You must be signed in to change notification settings - Fork 31
Render options correctly #153
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
base: main
Are you sure you want to change the base?
Conversation
|
Thank you @Baachi for this PR. But this fix might work, but isn't correct at this place. The See: https://github.com/neos/form-builder?tab=readme-ov-file#dynamic-options In this case AFAIS it needs to be implemented here: form-builder/Resources/Private/Fusion/NodeBased/NodeBasedFormElement.fusion Lines 15 to 20 in 3ec4c7d
|
dlubitz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above
|
Hey people, can you ellaborate on the fix, please? Since @bwaidelich approach seems not to be correct? What actually does need to be changed here to render the options again? Maybe I'm just stupid and don't get it right now (probably), but I really need the options to be rendered correctly again. |
|
Hi @samsauter, have you alreday checked the docs: Instead of providing the property paths ( (not tested) |
|
Ahh! Well, it's certainly helpful to think for more than two seconds! Thank you! |
I debugged a little bit, why options are not rendered currently (as mentioned in #150). It seems that the
Neos.Form.Builder:SelectOptionCollection/itemRendererdidn't fetched the properties, it just returns null which is stripped out by the implementation.fixes #150