-
-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
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
BUG: Cut & paste does not work if new parent does not exist in original dimension #5368
Comments
We should try to relax the constraint checks and introduce a test for this |
Paulas db is too old shes using but the actual problem is still there, will update the description with the error once i reproduce it. edit tested and updated and after that error the paste button seems to be broken :D -> this is actually a bug in 8.3: neos/neos-ui#3890 |
EDIT: i forgot to pull the ui update but with neos/neos-ui#3876 i can confirm that it really works! i suspect that
was not done when you (paula) tested that originally and now the db error came into play. So indeed can be closed. I also checked 22 from 137 behat test failed if i mess with the logic and cases like
seem to say its perfectly tested and working! |
right but at least this is to be expected if it's not scatter. |
Nice :D First win! the page move as described here: #5368 (comment) is also broken for Neos 8.3
So for the release its okay to keep that behaviour. Though it might still make sense to make the error message a little nice for now ;) |
so closing this as it has been fixed via neos/neos-ui#3876 |
Is there an existing issue for this?
Current Behavior
When cut & pasting a node using the "gatherAll" strategy in a dimension where the new parent does not exist in the original dimension, I get an error: https://github.com/neos/neos-development-collection/blob/9.0/Neos.ContentRepository.Core/Classes/Feature/NodeMove/NodeMove.php#L129
unrelated
Right now locally I am running into the error
Hint: I hard-coded the Strategy to SCATTER in the Neos UIExpected 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: