Skip to content

BUGFIX: Migration with two UpdateRootNodeAggregateDimensions cannot be published - #5814

Draft
mhsdesign wants to merge 1 commit into
neos:9.0from
mhsdesign:bugfix/migration-with-two-UpdateRootNodeAggregateDimensions-cannot-be-published
Draft

BUGFIX: Migration with two UpdateRootNodeAggregateDimensions cannot be published#5814
mhsdesign wants to merge 1 commit into
neos:9.0from
mhsdesign:bugfix/migration-with-two-UpdateRootNodeAggregateDimensions-cannot-be-published

Conversation

@mhsdesign

@mhsdesign mhsdesign commented May 3, 2026

Copy link
Copy Markdown
Member

WIP, because adds only failing test.

its only possible to update two root node aggregates when writing the commands directly in live.

Otherwise, a restriction prevents this:

the content stream cs-identifier already contained nodes in dimension space point {"language":"fr"} - this is not allowed.

See 7122d71 which was part of #5514 as to why restriction exists.

Upgrade instructions

Review instructions

Checklist

  • Code follows the PSR-2 coding style
  • Tests have been created, run and adjusted as needed
  • The PR is created against the correct branch:
    • If it's a bugfix, use the lowest maintained branch which has the bug
    • If it's a non-breaking feature, use the branch of the next version (might be either minor or major)
    • If it's a breaking feature it should typically go into the next major version
  • Reviewer - PR Title is brief but complete and starts with FEATURE|TASK|BUGFIX
  • Reviewer - The first section explains the change briefly for change-logs
  • Reviewer - Breaking Changes are marked with !!! and have upgrade-instructions

…ensions` which cannot be published

its only possible to update two root node aggregates when writing the commands directly in live.

Otherwise, a restriction prevents this:

> the content stream cs-identifier already contained nodes in dimension space point {"language":"fr"} - this is not allowed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant