-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Neos 9 Support #133
Neos 9 Support #133
Conversation
…collection. fix usage of nodeType.name.
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.
Wow, impressive, thanks for biting through this!
I'll block this for now, since 9.0 is not available yet and because the work around for the missing signals is not implemented yet – I'm currently working on a simpler hooking mechanism with neos/neos-development-collection#4992 – with that in place, we can probably easily re-implement the "unique form element identifier" mechanism.
I also added some more inline comments
…ationHandlerInterface` in neos/neos-ui#3519
… creation of select options.
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.
Thank you for taking care, just two minor check backs
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.
+1 by reading. thank you for taking care!
Hi @samsauter Thanks for taking care. This helps a lot. Could you please also address the open questions of @bwaidelich? |
@samsauter I've created a PR against your branch with some more changes. |
Neos 9 Support
…ASK: Upgrade identifier and editMode to Neos 9.0 https://github.com/Format-D/form-builder/pull/1/commits
Adding Neos 9 compatibilty.
Classes/Package.php
, because there are noNode
signal slots anymore. How would we go about that in the future? Do we need to use an Anspect now?