-
Improvement
-
Resolution: Fixed
-
Minor
-
3.9.18, 3.11.11, 4.0.5, 4.1.1
-
MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE, MOODLE_401_STABLE
-
MOODLE_402_STABLE
-
MDL-76386-master -
-
2
-
HQ 2023 Sprint i1.1 Moppies
Move (0) and (1) for group membership to Left-Aligned so they are not truncated
For years, the numbers in parentheses that indicate the number of groups to which a Moodle course participant belongs have been on the right side of each record. See here:
Proposing to move these to the left, so all are visible, even if the screen is narrow.
Thanks for considering this simple (hopefully!) fix to make it easier to know how many groups each participant is in, quickly.
Nathan
Edited to add issue fix:
A new language string is available, usergroupselectorcount in the component user.php.
{$a->fullname} ({$a->groupcount})
If you want to have group count before names when adding users to group, you can use Language customisation and change the language string to:
({$a->groupcount}) {$a->fullname}