@SelokYeung wrote:
Hi all,
I find something strange when I try to cleanup data store.
Currently I’m trying to unload all record of specific model type from data store with UnloadAll. Everything work fine unless user try to edit the unloaded record again. Changes can be submitted to server, but when data store try to update model it throw following exception.
Assertion Failed: You cannot set an index for an internalModel that is not in the InternalModelMap
This only happen when I call DS.Store.unloadAll I have tried with DS.Store.unloadRecord and DS.Model.unloadRecord Both of them would not have this issue. Also if I reload record with DS.Store.findRecord with { reload: true }, it also work fine.
Any clue?
Ember version: "2.14.1" Ember Data version: “2.14.10”
Posts: 1
Participants: 1