-
-
Notifications
You must be signed in to change notification settings - Fork 222
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 in different dimension leads to unpublishable change #4614
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Thanks for the issue. I can reproduce this. And this is NOT related to copy (#5054) nodes recursively as we variate here: The publish button in de on any site: The publish button in us on the site we moved the node to (Text & Images) And indeed publish all (in site) and publish individual document does not work. The orange button is still orange and succeeding publish does nothing. A publish noop happens currently which will lead to an exception in the future: #5337 This is an issue of combination of the change projection and that the Neos ui does not allow to specify how node move should work (that we gather by default all nodes:
neos-development-collection/Neos.Neos/Classes/PendingChangesProjection/ChangeProjection.php Lines 211 to 232 in 6597802
by using an arbitrary dsp we only highlight us and not de, though the change was made in de. The resulting payload, the
Though while separating the matching and remaining commands in and using Lines 115 to 119 in 1dc8c01
As hotfix we could fix this to not care about dsps for the
But the real issue is that the original |
…in correct dimension see neos#4614 (comment) for explanation
Is there an existing issue for this?
Current Behavior
When I copy a page to another dimension with copy & create, moving a content element with cut & past will move the element in all dimensions.
Then a non-publishable change appears in the workspace that cannot be applied with 'publish', 'publish all' or using the workspace module.
Expected Behavior
I would expect to be able to publish/unpublish the change with 'publish all' or discard the change with 'discard changes' :
Steps To Reproduce
Using Neos Demo:
Result: the element is moved in english and german and an unpublishable change appears
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: