Hello,
I notice that course_created events are not triggered while restoring a course in a new course
Is it possible to add it to the restore_create_new_course method (at end)
/backup/restorelib.php metho restore_create_new_course
Add the following before return $status;
//trigger course creation events
|
events_trigger('course_created', $course);
|
- has a non-specific relationship to
-
MDL-39797 META: Events 2
-
- Closed
-