-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 6.2.1
-
Component/s: Associations, Callbacks, Persistence
-
None
-
Environment:Mac 10.12, Mongoid 6.2.1, mongodb 3.2.11
-
Minor Change
I created a pull request which contains a failed test to show this issue:
https://github.com/mongodb/mongoid/pull/4444
Basically it is `band` `record` `track` three levels nested embedded document. When updating band, updates in callbacks of `track` model are not persisted.
There was another issue before: https://jira.mongodb.org/browse/MONGOID-4425 it looks related.
Thanks a lot in advanced.