mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-13430 I can only see this issue in the assignment submissions page. Merging from MOODLE_19_STABLE
This commit is contained in:
parent
b225cf3663
commit
e2f51ac675
@ -1273,8 +1273,8 @@ class assignment_base {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$row = array($picture, fullname($auser), $grade, $comment, $studentmodified, $teachermodified, $status, $finalgrade);
|
||||
$userlink = '<a href="' . $CFG->wwwroot . '/user/view.php?id=' . $auser->id . '&course=' . $course->id . '">' . fullname($auser) . '</a>';
|
||||
$row = array($picture, $userlink, $grade, $comment, $studentmodified, $teachermodified, $status, $finalgrade);
|
||||
if ($uses_outcomes) {
|
||||
$row[] = $outcomes;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user