-
Bug
-
Resolution: Fixed
-
Minor
-
3.7.2
-
-
MOODLE_37_STABLE
-
MOODLE_38_STABLE
-
Moodle App 3.8.0
Case 1
- From the app, enter into a course.
- From the website add URL activity into the course.
- PTR the course and try to open it.
Case 2
- From the app, enter into a course and a URL resource.
- From the website change the URL of the URL activity.
- Enter again, PTR the index page of the URL. The url is not updated.
module.contents on url module-handler action is empty. It will call loadModuleContents, then getModule and then getSections. The module won't be found on the returned sections.
After clearing the cache, it works.
It can happen with other resources but url is an easy test.