-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(save): reset the meta and structure paths after assign
now that we have the handy new SetPath function, we can reset the meta and structure paths after assign. assign clobbers the changed paths with the previous paths. this means that the datasetDiffer will assume no changes have been made in the meta or structure. we want the datasetDiffer to have to check each field, so we reset the path
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters