mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-13807 assignment_showrecentsubmissions does not hide submissions on recent activity full report - patch by Jason Meinzer; merged from MOODLE_19_STABLE
This commit is contained in:
parent
60ce929f3c
commit
1986792355
1 changed files with 2 additions and 2 deletions
|
@ -2536,7 +2536,7 @@ function assignment_get_recent_mod_activity(&$activities, &$index, $timestart, $
|
||||||
}
|
}
|
||||||
|
|
||||||
// the act of sumitting of assignemnt may be considered private - only graders will see it if specified
|
// the act of sumitting of assignemnt may be considered private - only graders will see it if specified
|
||||||
if (!empty($CFG->assignment_limitrecentsubmissions)) {
|
if (!empty($CFG->assignment_showrecentsubmissions)) {
|
||||||
if (!$grader) {
|
if (!$grader) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue