TASK: Document that scatter does NOT move fallbacks! #5388
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cherrypicked from bernhards original change in https://github.com/neos/neos-development-collection/pull/4994/files#diff-4a3a69f0f68fa88f95e6a757f42dee32aa9a14a34ed99433e09a6950b5be0ce1
Followup to using scatter now: neos/neos-ui#3876
GOTO a page ("Multiple columns") in EN_US, which only has fallbacks and no content variants.
Move an element in EN_US with the new scatter content behaviour ("Why, Mary Ann..." below "Hand it over here...")
The element is only moved in EN_US and NOT moved in EN_UK.
In Neos 8.3 they were moved, as long it was just a fallback:
If you previously changed the text in 8.3 (create a variant in EN_UK) the move in US is not affected in UK.
Neos 9.0 makes that behaviour more consistent. In case the variants should also be moved
gatherSpecializations
should be configured:there is no exact behaviour like Neos 8.3 in the core.
Upgrade instructions
Review instructions
Checklist
FEATURE|TASK|BUGFIX
!!!
and have upgrade-instructions