mirror of
https://github.com/moodle/moodle.git
synced 2025-02-11 19:16:23 +01:00
MDL-82492 gradereport_grader: Grader report HTML output optimization
This commit is contained in:
parent
6cd55074c7
commit
c7b53a03e1
@ -1283,6 +1283,8 @@ class grade_report_grader extends grade_report {
|
||||
foreach ($leftrows as $key => $row) {
|
||||
$row->cells = array_merge($row->cells, $rightrows[$key]->cells);
|
||||
$fulltable->data[] = $row;
|
||||
unset($leftrows[$key]);
|
||||
unset($rightrows[$key]);
|
||||
}
|
||||
$html .= html_writer::table($fulltable);
|
||||
return $OUTPUT->container($html, 'gradeparent');
|
||||
|
Loading…
x
Reference in New Issue
Block a user