Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0
-
Component/s: Enrolments
-
Testing Instructions:
-
Affected Branches:MOODLE_30_STABLE
-
Fixed Branches:MOODLE_30_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-51923-master-2 -
Pull Master Diff URL:
Description
The 'No group' filter in the Enrolled users page does not give the correct count of the users.
MDL-51341 does show the correct list of filtered users but the count of the users is incorrect.
It seems that the SQL in this function in enrol/locallib.php needs to be updated
get_total_users()
|
similar to
get_users()
|
Attachments
Issue Links
- caused a regression
-
MDL-55776 course_enrolment: get_users serious performance implications
-
- Closed
-
- has a non-specific relationship to
-
MDL-51341 Enrolled Users - Filter 'No Group' does not show some users
-
- Closed
-
- is a regression caused by
-
MDL-48074 Group filter in enrolments list should have option "not in any group"
-
- Closed
-