-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.8.5, 3.9.2
-
MOODLE_38_STABLE, MOODLE_39_STABLE
-
MDL-70015-master
In both:
gradereport_user_get_grades_table
and
gradereport_overview_get_course_grades
A capability check is missing:
if (has_capability('moodle/grade:viewall', context_user::instance($userid)) and $course->showgrades)
{ // ok - can view grades of this user- parent most probably $access = true; }- blocks
-
MOBILE-3577 Support the parent role in the app
-
- Open
-