-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.4.5, 3.5, 3.6
-
MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE
-
MDL-63910-master
-
In the functions update_moduleinfo and create_moduleinfo the course_module_updated and course_module_created events are triggered before edit_module_post_actions.
This means that the event is triggered before all the settings have been saved (in the case of plugins that hook into the course module settings. e.g. plagiarism).
The events should be triggered after all the settings have been saved.