neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

fix copy paste across dimensions

Open skurfuerst opened this issue 1 year ago • 2 comments

related https://github.com/neos/neos-development-collection/issues/4614

After thoroughly thinking this through, I decided that moving nodes across dimensions is effectively a copy followed by a delete, thus it CHANGES IDENTITIES of nodes then.

This means it will work in all cases, even if the moved node already existed with the same ID in the target dimension.

Lateron, we additionally need to expose CreateNodeVariant (which creates connected variants) in the UI as well.

Resolves: #4614

skurfuerst avatar Oct 21 '24 11:10 skurfuerst