-
Improvement
-
Resolution: Fixed
-
Minor
-
3.5.2
-
-
MOODLE_35_STABLE
-
MOODLE_36_STABLE
-
Moodle Mobile 3.6.0
Thanks to MDL-63522, we should be able to reduce the WS calls required to build the course frontpage, this new WS is returning extra information:
- onclick (onclick javascript action code) Used by URL for example to built the link with the popup info
- afterlink (after link info to be displayed) Used by forum to display unread posts and by resource/file to display the file info (type, size, etc..)
- customdata (module custom data (JSON encoded)) Used by some modules to place extra information like resource (type, size, etc...)
- completion (to indicate if completion is enabled or not)
- completiondata (completion status for the current user in the module) Whether is completed or not and override information