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
Related to #3040
If you move multiple content nodes the order of the copied content nodes can be reversed. (Given you selected the nodes from top to bottom)
The two selected nodes are moved after the third node and keep their order.
Before move: After move:
The two selected nodes appear in reversed order after moveAfter.
Neos: Tested in 8.1, probably <=8.3
UI: Tested in 8.1, probably <=8.3
The text was updated successfully, but these errors were encountered:
Workaround for editors: select nodes in bottom to top order when moving after or top to bottom order when moving before.
Sorry, something went wrong.
No branches or pull requests
Related to #3040
Description
If you move multiple content nodes the order of the copied content nodes can be reversed. (Given you selected the nodes from top to bottom)
Steps to Reproduce
Expected behavior
The two selected nodes are moved after the third node and keep their order.
Actual behavior
Before move:
After move:
The two selected nodes appear in reversed order after moveAfter.
Affected Versions
Neos: Tested in 8.1, probably <=8.3
UI: Tested in 8.1, probably <=8.3
The text was updated successfully, but these errors were encountered: