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

BUGFIX: TransliterateNodeName to allow setting properties on a childNode with invalid name #56

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

mhsdesign
Copy link
Contributor

A valid node name must match this expression /^[a-z0-9-]+$/ But Neos is so kind to still allow invalid configuration, and it transliterates the string We must make sure that the same transliteration is applied to our childNode names to match the node names from the CR

…ode with invalid name

A valid node name must match this expression /^[a-z0-9\-]+$/
But Neos is so kind to still allow invalid configuration, and it transliterates the string
We must make sure that the same transliteration is applied to our childNode names to match the node names from the CR
@mhsdesign mhsdesign force-pushed the bugfix/transliterateNodeName branch from b736201 to b4394ba Compare June 13, 2023 06:18
@mhsdesign mhsdesign merged commit 0ebcab1 into master Jun 13, 2023
@mhsdesign mhsdesign deleted the bugfix/transliterateNodeName branch June 13, 2023 06:19
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.

1 participant