Closed Kircheneer closed 1 year ago
When you have a parent with no changes that has a child with changes and are using DiffSyncModelFlags.NATURAL_DELETION_ORDER on the parent, the child will never be synced.
DiffSyncModelFlags.NATURAL_DELETION_ORDER
The child should be synced.
Check unit test in #249
Environment
Observed Behavior
When you have a parent with no changes that has a child with changes and are using
DiffSyncModelFlags.NATURAL_DELETION_ORDER
on the parent, the child will never be synced.Expected Behavior
The child should be synced.
Steps to Reproduce
Check unit test in #249