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

BUG: Replaying the document uri path projection can lose data when node types were changed #5077

Closed nezaniel closed 2 months ago

nezaniel commented 4 months ago

Is there an existing issue for this?

Current Behavior

When replayin the document URI path projection, data is lost if node types where document nodes were originally created in do no longer exist.

Expected Behavior

The projection should evaluate the current node type, not the original which may no longer exist

Steps To Reproduce

Environment

- Flow: 9.0.x-dev
- Neos: 9.0.x-dev
- PHP: 8.2

Anything else?

No response