Closed mzabaluev closed 9 years ago
The implementation of fetch does not call into BaseCollection's, so at least the status has to be updated the same way to actually prevent re-fetching in repeated calls of applyToAll etc.
fetch
BaseCollection
applyToAll
Looks good, good catch.
The implementation of
fetch
does not call intoBaseCollection
's, so at least the status has to be updated the same way to actually prevent re-fetching in repeated calls ofapplyToAll
etc.