-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema.isModified not always accurate for subschema paths #8223
Comments
We fixed it so that both |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
With a schema like so:
If you create a new topLevelItem and set one of the properties of secondLevel but not the other,
for instance:
new TopLevelModel({ secondLevel: { text: 'example' } })
then you will have the following strange behavior for the other property:
What is the expected behavior?
both values should be false, since the id has not been modified
The text was updated successfully, but these errors were encountered: