Deleting hasMany record and saving with ember-data
问题 I have a jsbin setup with my issue: http://emberjs.jsbin.com/sovub/3/edit From my example, in certain situations when I try to delete a subtitle and then save, I get the error: Attempted to handle event `pushedData` on <App.Subtitle:ember563:7> while in state root.deleted.uncommitted. If I delete the last subtitle then save, it's fine. But deleting the first subtitle, or deleting and adding new records then saving gives me the error message. Is it because I'm manually setting the IDs for each