-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.5
-
None
-
MOODLE_25_STABLE
Noticed this error while testing: MDL-39207.
Adding 'completing a set of courses' criteria in badge produces the following error:
Global function make_categories_list() is deprecated. Please use coursecat::make_categories_list() and coursecat::get_parents()
|
|
line 3524 of /lib/deprecatedlib.php: call to debugging()
|
line 86 of /badges/criteria/award_criteria_courseset.php: call to make_categories_list()
|
line 45 of /badges/criteria_form.php: call to award_criteria_courseset->get_courses()
|
line 191 of /lib/formslib.php: call to edit_criteria_form->definition()
|
line 78 of /badges/criteria_settings.php: call to moodleform->moodleform()
|
- duplicates
-
MDL-39397 Need to handle course badges when course is deleted
- Closed