How to detect and save relation change in Ember 2.13.0?
问题 I have documents list. Every document has client attribute defined by belongsTo . When user change client in one of documents i want to show in the counter how many documents are changed. And when user decide he will press "publish" button which will save documents client changes to api. DS.Model in ember 2.13 has parameters (https://emberjs.com/api/data/classes/DS.Model.html): hasDirtyAttributes, dirtyType Both of them does not react on belongsTo/HasMany changes by Ember design . I saw many