-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.0
-
- In a browser, view the list of courses while being online (so they're cached).
- Wait for the cached values to expire, disconnect from Internet and check that you can still see the course list.
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
When a WS call fails and the device is connected (or we cannot tell, like in browser) the cached response is not used and an error is shown. This is caused by:
delete preSets.getFromCache;
|