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
DEBUG: -------------------------------
DEBUG: Ember : 2.7.2
DEBUG: Ember Data : 2.7.0
DEBUG: Firebase : 3.3.0
DEBUG: EmberFire : 2.0.1
DEBUG: jQuery : 2.2.4
DEBUG: Ember Simple Auth : 1.1.0
DEBUG: -------------------------------
Test case
Save any kind of model twice.
Steps to reproduce
Save any kind of model twice.
Expected behavior
Not observer should be called ( or property update ) on the second save, since no value have been changed.
Actual behavior
Observer are triggered, which make everything either very slow or not practical at all. You multiply that by the fact that relationships are saved on a different pass, and you obtain a callback nightmare.
The text was updated successfully, but these errors were encountered:
Version info
Test case
Save any kind of model twice.
Steps to reproduce
Save any kind of model twice.
Expected behavior
Not observer should be called ( or property update ) on the second save, since no value have been changed.
Actual behavior
Observer are triggered, which make everything either very slow or not practical at all. You multiply that by the fact that relationships are saved on a different pass, and you obtain a callback nightmare.
The text was updated successfully, but these errors were encountered: