-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
TASK: Add test for nodeType property unset behaviour #4620
Conversation
'Neos.ContentRepository.Testing:Sub' => [ | ||
'superTypes' => ['Neos.ContentRepository.Testing:Base' => true], | ||
'properties' => [ | ||
// Pseudo unset. | ||
// The property will still be existent but looses its type information (falls back to string). | ||
// Also, the property will not show up anymore in the ui as the inspector configuration is gone as well. | ||
'foo' => [] | ||
] | ||
] |
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.
we should discuss at some point if we like this kinda stuff
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.
Do we have an issue where this can be discussed?
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.
here? ^^ or ill ask in slack ...
slack: https://neos-project.slack.com/archives/C3MCBK6S2/p1697705743160529
904f93a
to
05c8150
Compare
just to document the current state (it has been like this since neos 7 and 8 too).
In #4618 we discuss wether we like to keep it this way.