Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: migrations are again persistent
There was a problem getting the updateData with `.toObject()` from the modified actor. When modifying the actor inplace without calling `.update(...)` the actor source (the Document DataSource) is not updated, and `.toObject()` returns the old `actor.system`.
- Loading branch information