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
{{ message }}
This repository was archived by the owner on May 17, 2018. It is now read-only.
Hi i'm having the following problem, when I remove a model from a collection using model.destroy the current pageable page doesn't correctly update so that it correctly renders the current page with the model removed and another model from the next page added in its place. To fix this I call this.collection.remove(view.model); before model.destroy has returned, but how can I avoid this?
Hi i'm having the following problem, when I remove a model from a collection using model.destroy the current pageable page doesn't correctly update so that it correctly renders the current page with the model removed and another model from the next page added in its place. To fix this I call this.collection.remove(view.model); before model.destroy has returned, but how can I avoid this?
Thanks