Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.1
-
-
MOODLE_32_STABLE
-
MOODLE_33_STABLE
-
Moodle Mobile 3.3.0
Description
How to reproduce:
- In Moodle, create an activity that uses the check updates WS.
- In the app, download the activity.
- In Moodle, modify something in the activity so the app detects it has something new.
- In the app, perform a PTR. The activity should be marked as outdated.
- Download the activity again.
- Go offline and perform a PTR. The activity will be marked as outdated again, but it shouldn't.
The reason is that in the step 6 the check updates WS call fails, so it gets the result from cache and it detects the old changes.