-
Bug
-
Resolution: Fixed
-
Major
-
3.1, 3.1.1, 3.1.2, 3.2
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
MOODLE_31_STABLE
-
MDL-56300_master -
When a teacher is in the grading interface can filter users by several options, but sometimes when a filter is selected the browser throws the error "TypeError: this._filteredUsers[l] is undefined" and the filter selected is not applied.
The error above is caused because the code is trying to use the same index in _users and _filteredUsers arrays, when _filteredUsers is a subset of _users.