diff --git a/grade/report/user/db/access.php b/grade/report/user/db/access.php index b05cc56f23d..d8190af01b5 100644 --- a/grade/report/user/db/access.php +++ b/grade/report/user/db/access.php @@ -7,16 +7,17 @@ $gradereport_grader_capabilities = array( 'captype' => 'read', 'contextlevel' => CONTEXT_COURSE, 'legacy' => array( + 'student' => CAP_ALLOW, 'teacher' => CAP_ALLOW, 'editingteacher' => CAP_ALLOW, 'admin' => CAP_ALLOW ) ), - 'gradereport/grader:manage' => array( - 'riskbitmask' => RISK_PERSONAL | RISK_CONFIG, - 'captype' => 'write', - 'contextlevel' => CONTEXT_COURSE, + 'moodle/user:viewusergrade' => array( + 'riskbitmask' => RISK_PERSONAL, + 'captype' => 'read', + 'contextlevel' => CONTEXT_USER, 'legacy' => array( 'teacher' => CAP_ALLOW, 'editingteacher' => CAP_ALLOW,