You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current core code we have 21 occurrences of ExpectedVersion::ANY().
Some of them are desired, for example in EventsToPublish::empty().
But all content-stream related events should always be published with the actual version of the respective CS (for example in SubtreeTagging::handleTagSubtree().
For workspace related events we should consider adding the workspace version to the read model, too, once those are integrated to the Content Graph projection (see #5038)
The text was updated successfully, but these errors were encountered:
In the current core code we have 21 occurrences of
ExpectedVersion::ANY()
.Some of them are desired, for example in EventsToPublish::empty().
But all content-stream related events should always be published with the actual version of the respective CS (for example in SubtreeTagging::handleTagSubtree().
For workspace related events we should consider adding the workspace version to the read model, too, once those are integrated to the Content Graph projection (see #5038)
The text was updated successfully, but these errors were encountered: