-
Improvement
-
Resolution: Deferred
-
Minor
-
None
-
3.11.9
-
None
-
MOODLE_311_STABLE
I'm using Moodle's course duplicate function (copy course), which does not currently emit any events.
We are listening this event in our plugin to handle some stuff - core\event\course_created but it's never called when user do a course copy.
Is this something that is intentional, or if there is something we are missing that could fix this.