You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validations for related models are not run when the relationship is defined like DS.hasMany('related-model', {async: false})
I believe this is a regression introduced in this commit. I think in this case the related objects are not wrapped in a proxy so the content property is undefined.
I am currently using ember-data 2.8.1
The text was updated successfully, but these errors were encountered:
Validations for related models are not run when the relationship is defined like
DS.hasMany('related-model', {async: false})
I believe this is a regression introduced in this commit. I think in this case the related objects are not wrapped in a proxy so the
content
property is undefined.I am currently using ember-data 2.8.1
The text was updated successfully, but these errors were encountered: