Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix event ordering for item events (#3628)
Posting the `ItemAddedEvent` after notifying the listeners results in `ItemStateUpdated/ChangedEvents` before the `ItemAddedEvent` because the state could be altered by persistence services. This is at least unexpected and can be fixed by swapping the order. Signed-off-by: Jan N. Klug <github@klug.nrw>
- Loading branch information