We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea97727 commit da9e25cCopy full SHA for da9e25c
edit_form.php
@@ -50,7 +50,7 @@ protected function specific_definition($mform) {
50
$courses = (core_course_category::get(0))->get_courses(['recursive' => true]);
51
$courseitems = [];
52
foreach ($courses as $c) {
53
- $courseitems[$c->id] = $c->get_formatted_name();
+ $courseitems[$c->id] = " {$c->get_formatted_name()} ($c->id)";
54
}
55
$repeatarray = array();
56
$repeatedoptions = array();
0 commit comments