We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When cut & pasting a node using the "scatter" strategy in a dimension where the new parent does not exist in the original dimension, I get an error.
Right now locally I am running into the error
But I used to run into the error: https://github.com/neos/neos-development-collection/blob/9.0/Neos.ContentRepository.Core/Classes/Feature/NodeMove/NodeMove.php#L129
Hint: I hard-coded the Strategy to SCATTER in the Neos UI
I would expect the same behavior as in 8.3 -> that I can cut& paste content to a parent even if the parent does not exist in the "original" dimension
- Flow: - Neos: - PHP:
No response
The text was updated successfully, but these errors were encountered:
We should try to relax the constraint checks and introduce a test for this
Sorry, something went wrong.
mhsdesign
No branches or pull requests
Is there an existing issue for this?
Current Behavior
When cut & pasting a node using the "scatter" strategy in a dimension where the new parent does not exist in the original dimension, I get an error.
Right now locally I am running into the error
But I used to run into the error: https://github.com/neos/neos-development-collection/blob/9.0/Neos.ContentRepository.Core/Classes/Feature/NodeMove/NodeMove.php#L129
Hint: I hard-coded the Strategy to SCATTER in the Neos UI
Expected Behavior
I would expect the same behavior as in 8.3 -> that I can cut& paste content to a parent even if the parent does not exist in the "original" dimension
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: