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
.fetch() is a async functions, if you need to show the results, use de success callback, this function receive the collection, response and options (collection, response, options), after you need to add to collection instance, to correct this View I made the same thing what getOrFetch method do in BaseCollection.
/board/statci/js/views.js
On HomepageView, inside "app.collections.ready.done()"
There is no sprint item on page at localhost:8000.
The text was updated successfully, but these errors were encountered: