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
Setting enableIsDirty whilst using ember-data-model-fragments and changing any belongsTo or hasMany relationship doesn't change any of the flags on a model.
Any changes to the relationships on a model leave the flags as false:
Setting enableIsDirty whilst using ember-data-model-fragments and changing any belongsTo or hasMany relationship doesn't change any of the flags on a model.
Any changes to the relationships on a model leave the flags as false:
Removing the enableIsDirty configuration option makes the "hasDirtyAttributes" flag work again.
I'm not sure whether the problem is with ember-data-change-tracker or ember-data-model-fragments.
The text was updated successfully, but these errors were encountered: