Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Catchups will only be able to access the state of the projectio…
…n they are registered for A catchup doesn't have access to the full content repository, as it would allow full recursion via handle and accessing other projections state is not safe as the other projection might not be behind - the order is undefined. This will make it possible to catchup projections from outside of the cr instance as proposed here: neos/neos-development-collection#5321
- Loading branch information