You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add checkbox to admin setting for trigger: specificdate and fix 'delete & backup (other) course afterwards' error, which is created by moodle core issue MDL-65228 (#221)
* Add checkbox to admin setting for trigger: specificdate to de & activate trigger only once a day
* Fix 'delete & backup (other) course aftwerwards' error, which is created by moodle core issue MDL-65228 (https://tracker.moodle.org/browse/MDL-65228)
---------
Co-authored-by: Michael Schink <[email protected]>
return step_response::waiting(); // Wait with further deletions til the next cron run.
63
65
}
64
66
delete_course($course->id, true);
67
+
68
+
// Fix 'delete & backup (other) course aftwerwards' error, which is created by moodle core issue MDL-65228 (https://tracker.moodle.org/browse/MDL-65228)
0 commit comments