-
-
Notifications
You must be signed in to change notification settings - Fork 135
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 9.0 NodeMove should respect aggregate: true
#3587
Labels
Comments
Sebobo
changed the title
BUGFIX: NodeMove should respect
BUG: NodeMove should respect Aug 3, 2023
aggregate: true
aggregate: true
mhsdesign
changed the title
BUG: NodeMove should respect
BUG 9.0 NodeMove should respect Aug 7, 2023
aggregate: true
aggregate: true
To avoid having to write test for this behaviour in the neos ui we could introduce a My:NodeType:
relationDistributionStrategy: STRATEGY_GATHER_ALL |
Possibly could be moved to 9.1 |
Resolved via #3876 |
github-project-automation
bot
moved this from Under Review 👀
to Done ✅
in Neos 9.0 Release Board
Dec 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
otherwise with gather all its not possible to move content around if they dont have the same parent in all dimensions: neos/neos-development-collection#5368
Also for content it might just not be desired to be in sync.
see
neos-ui/Classes/Domain/Model/Changes/MoveInto.php
Line 90 in 5d69c44
Related to neos/neos-development-collection#3340
basically currenlty everything is aggregate ^^
Description
[Description of the bug or feature]
Steps to Reproduce
Expected behavior
[What you expected to happen]
Actual behavior
[What actually happened]
Affected Versions
Neos:
UI:
You can get this information by running
composer show
or using the package management module within Neos.The UI version can also be found inside the left sidebar after version 1.0.3.
The text was updated successfully, but these errors were encountered: