-
Bug
-
Resolution: Fixed
-
Minor
-
2.7.1, 2.8
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_27_STABLE
-
The get_numusers function in the grade_report class makes a call to get_enrolled_users asking for all the user fields (u.*), but then only makes use of the id field.
Additionally, it makes the get_enrolled_users call regardless of if it actually needs that data or not. The call should only be made if the user has requested to only show active enrolments.
- is a regression caused by
-
MDL-32888 Gradebook: Add filter and/or search
-
- Closed
-