-
-
Notifications
You must be signed in to change notification settings - Fork 224
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: Separate properties and references in Neos UI #5156
FEATURE: Separate properties and references in Neos UI #5156
Conversation
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.
LGTM!
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.
Thanks for taking care ;)
Neos.ContentRepositoryRegistry/Classes/Configuration/NodeTypeEnrichmentService.php
Show resolved
Hide resolved
Neos.ContentRepositoryRegistry/Classes/Configuration/NodeTypeEnrichmentService.php
Outdated
Show resolved
Hide resolved
Neos.ContentRepositoryRegistry/Classes/Configuration/NodeTypeEnrichmentService.php
Outdated
Show resolved
Hide resolved
Btw with these changes Also youre basically solving unknowingly the things here #4981 so thanks :D |
Co-authored-by: Marc Henry Schultz <85400359+mhsdesign@users.noreply.github.com>
…/github.com/pKallert/neos-development-collection into feature/separateReferencesAndPropertiesInUI
Neos.ContentRepositoryRegistry/Tests/Unit/Configuration/NodeTypeEnrichmentServiceTest.php
Outdated
Show resolved
Hide resolved
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.
Thanks for the tests, looks perfect now!
Review instructions
This will work together with https://github.com/neos/neos-ui/pull/3810/files - references are now no longer included in the properties, but will be used separately, just like in the config.
This also fixes the label translation afterwards
Followup / Cleanup for #4677
Solves parts of #4981
Checklist
FEATURE|TASK|BUGFIX
!!!
and have upgrade-instructions