You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the ember-inspector one can see the storage getting updated and on redirection one can see the model and afterModel hooks being triggered. however, the query that retrieves data doesn't bring the updated data. the quey is in the model hook.
this.store.query('repository-prefix', params, { reload: true }) seems to be looking at the index, unfortunately the indexing task for the prefix is very slow
Currently the view is not updated in Fabrica.
The text was updated successfully, but these errors were encountered: