-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.0
-
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
Looking at the code only, it appears that the pull to refresh does not invalidate the cache of the queries that were done before. The only thing it seems to be doing is flushing the scope variable.
It needs to invalidate the cache and find a way to invalidate the infinite scroll queries too.