MDL-73645 grades: Update breadcrumb nodes

This commit is contained in:
Mihail Geshoski 2022-02-01 14:14:47 +08:00
parent 1060ee827c
commit 724578a008
10 changed files with 46 additions and 18 deletions

View file

@ -144,6 +144,7 @@ if ($mform->is_cancelled()) {
}
$heading = $id ? get_string('editscale', 'grades') : get_string('addscale', 'grades');
$PAGE->navbar->add($heading);
print_grade_page_head($COURSE->id, 'scale', null, $heading, false, false, false);
$mform->display();