Skip to content

Commit

Permalink
Merge branch 'MDL-70513_311' of https://github.com/timhunt/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_311_STABLE
  • Loading branch information
abgreeve committed Feb 11, 2021
2 parents 4f998e5 + f143531 commit bbb9370
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/quiz/report/grading/renderer.php
Expand Up @@ -170,6 +170,9 @@ public function render_grading_interface($questioninfo, $listquestionsurl, $filt
]), ['class' => 'mdl-align']);
$output .= html_writer::end_tag('div') . html_writer::end_tag('form');

$this->page->requires->string_for_js('changesmadereallygoaway', 'moodle');
$this->page->requires->yui_module('moodle-core-formchangechecker',
'M.core_formchangechecker.init', [['formid' => 'manualgradingform']]);
return $output;
}

Expand Down

0 comments on commit bbb9370

Please sign in to comment.