-
Bug
-
Resolution: Fixed
-
Major
-
2.8.5, 2.9.1, 3.0
-
MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MDL-49826_grade_single_view -
The Gradebook 'grader' requires the "moodle/grade:edit" capability so users can edit students grades. The capability "moodle/grade:manage" is only required to modify some advanced options in grades: excluded, hidden or locked.
In the other side, the new functionality "Single View" requires only the "moodle/grade:manage" capability to realize all operations: grade, override or exclude.
This drives to an inconsistence. In a specific scenario, we may want a user (maybe a non-editing teacher) only assigning grade to activities but not managing them.
Maybe we can improve "Single view" to adequate the required capability accordingly to desired operation like 'grader' (for example: disabling the excluded checkbox if user don't have "moodle/grade:manage" capability).