neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 221 forks source link

BUGFIX: Enforce unique names also for root children #4982

Closed nezaniel closed 5 months ago

nezaniel commented 6 months ago

Until now, we checked uniqueness for node names for an explicitly given origin of the parent. While this makes sense in general, the constraint checks fails for more than zero dimensions when the parent is a root node, because root nodes still have a zero dimensional origin which then is not properly checked.

Upgrade instructions

None

Review instructions

None

Checklist