dgeb/ember_data_example

Refreshing listing causes error

Closed this issue · 1 comments

dgeb commented

When loading data directly with App.store.loadMany(), subsequent calls to App.store.findAll() result in the exception Uncaught Error: <DS.StateManager:ember368> could not respond to event setData in state rootState.loaded.

dgeb commented

Resolved error by changing the way data is loaded - see 634c74c

However, we still need to figure out the correct way to refresh the listing...