funkensturm / ember-local-storage

The addon provides a storageFor computed property that returns a proxy and persists the changes to localStorage or sessionStorage. It ships with an ember-data adapter.
https://www.funkensturm.com/ember-local-storage/
MIT License
218 stars 76 forks source link

Avoid multiple unloadAll/findAll of same model types in importData #317

Closed koopa closed 4 years ago

koopa commented 4 years ago

Using Ember MutableArray's addObject instead native push to prevent duplicates in types.

fsmanuel commented 4 years ago

I'll need to check way the tests are failing.

fsmanuel commented 4 years ago

@koopa I released it as v1.7.2. Thanks again for the fix!