Skip to content

Commit f2cc7b9

Browse files
committed
lib: add grade reset to status
1 parent 62939a6 commit f2cc7b9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,11 @@ function zoom_reset_userdata($data) {
876876

877877
// The Zoom reset checkbox resets all user grades, always.
878878
zoom_reset_gradebook($data->courseid);
879+
$status[] = [
880+
'component' => $componentstr,
881+
'item' => get_string('grades'),
882+
'error' => false,
883+
];
879884
}
880885

881886
return $status;

0 commit comments

Comments
 (0)