You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the contnet mapper renames a node (i.e. when a Structures title is different and the current and default langauges are the same) the ordering is changed to the last child.
This is the wrong behavior from PHPCR according to the PHPCR API documentation for the NodeInterface#rename method and this happens both with Doctrine-Dbal and Jackrabbit.
We should implement a work-around until this bug is addressed upstream.