Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.4.2, 2.6.3, 2.7
-
Component/s: Backup
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
Fixed Branches:MOODLE_26_STABLE, MOODLE_27_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-40228-master -
Pull Master Diff URL:
-
Story Points:8
-
Sprint:FRONTEND Sprint 12
Description
Looks like launch_automated_backup::backup_cron_automated_helper has some incorrect setting names:
- completion_information should be userscompletion
- histories should be grade_histories
This must be verified, but I copied this code for my own use and noticed that "$bc->get_plan()->setting_exists($setting)" failed for those two.