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
So appointment.changedAttributes() is not updated, which prevents the telephoneNumber to be serialized (at least when using ember-data-change-tracker, but I think it's an ember-data-model-fragments problem).
Anyone else seeing this? Can try to create a jsfiddle or test if needed.
The text was updated successfully, but these errors were encountered:
Ember | 3.4.8
Ember Data | 3.5.2
jQuery | 2.1.4
Model Fragments | 4.0.0
(existing appointment)
So
appointment.changedAttributes()
is not updated, which prevents the telephoneNumber to be serialized (at least when using ember-data-change-tracker, but I think it's an ember-data-model-fragments problem).Anyone else seeing this? Can try to create a jsfiddle or test if needed.
The text was updated successfully, but these errors were encountered: