-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
2.8.7, 2.9
-
None
-
MOODLE_28_STABLE, MOODLE_29_STABLE
Right now the singleview grader report hardcoded the 'edit' cap requirements:
require_capability('gradereport/singleview:view', $context);
|
require_capability('moodle/grade:viewall', $context);
|
require_capability('moodle/grade:edit', $context);
|
It doesn't support viewing the report read only which other reports do - this would be a nice feature to add.
- Discovered while testing
-
MDL-49826 Single view ignores capability moodle/grade:edit and always requires moodle/grade:manage
-
- Closed
-