mirror of
https://github.com/moodle/moodle.git
synced 2025-04-11 19:42:35 +02:00
Merge branch 'MDL-64313-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
d067783f2b
@ -5200,6 +5200,9 @@ class assign {
|
||||
|
||||
$viewfullnames = has_capability('moodle/site:viewfullnames', $this->get_context());
|
||||
|
||||
if ($grade) {
|
||||
\mod_assign\event\feedback_viewed::create_from_grade($this, $grade)->trigger();
|
||||
}
|
||||
$feedbackstatus = new assign_feedback_status($gradefordisplay,
|
||||
$gradeddate,
|
||||
$grader,
|
||||
|
Loading…
x
Reference in New Issue
Block a user