Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Remove obsolete
REBASE_ERROR
content stream state
Via #4965 the status REBASE_ERROR is obsolete. Instead of still using this status on replay we mimic the new logic: > In case of a [rebase error}, reopen the old content stream and remove the newly created Additionally, to not break `findContentStreams` when fetching all content streams we make sure that the streams with `REBASE_ERROR` are transformed to `NO_LONGER_IN_USE` so they can be cleaned up. Related neos/neos-development-collection#5101
- Loading branch information