Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
3.6.0
-
-
MOODLE_36_STABLE
-
MOODLE_36_STABLE
-
Moodle Mobile 3.6.1
Description
Right now, it is possible to have a local Moodle plugin implementing different types of delegates like CoreCourseOptionsDelegate, CoreUserDelegate but not delegates who are linked to a specific Moodle plugin (like CoreCourseModuleDelegate or CoreCourseFormatDelegate).
In order to make possible to have a single Moodle plugin being able to implement all the existing delegates, we are going to add a new option so you can specify the Moodle plugin it is being supported by the delegate.