-
Bug
-
Resolution: Fixed
-
Minor
-
3.8.4, 3.9.5, 4.1.6, 4.2.5, 4.3.2
-
MOODLE_38_STABLE, MOODLE_39_STABLE, MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE
-
MOODLE_402_STABLE, MOODLE_403_STABLE
-
MDL-69497-403 -
When a teacher is grading an assignment, there is an option in the top right to filter by “Submitted”, “Not submitted”, “Requires Grading” etc. Selecting one of these filter options triggers an ajax request to set the "assign_filter" preference before actually retrieving the filtered student submissions. If the ‘moodle/user:editownprofile’ capability is not set or not allowed for teachers, this results in a “nopermission” error. Since the filtering of student submissions depends on the user preference value being set, the filtering fails and instead it returns all (unfiltered) student submissions. The editownprofile capability should not prevent a teacher from being able to filter while grading.
- Testing discovered
-
MDL-76719 "userisfilteredout" error in assignment when attempting to grade with "Grade" and a filter is set which returns an empty submissions list.
- Closed
- will be (partly) resolved by
-
MDL-76878 Prohibiting editownprofile capability breaks functionality of blocks/content bank
- Closed