Skip to content

Sort group leaders and members alphabetically by displayed name - #7832

Open
smithellis wants to merge 1 commit into
mozilla:mainfrom
smithellis:sort-group-members-by-username
Open

Sort group leaders and members alphabetically by displayed name#7832
smithellis wants to merge 1 commit into
mozilla:mainfrom
smithellis:sort-group-members-by-username

Conversation

@smithellis

Copy link
Copy Markdown
Contributor

The group profile page listed leaders and members in whatever order the database returned, which also made member pagination unstable across pages. Order both lists case-insensitively by the name the page actually renders: the profile's display name when set, falling back to the username, mirroring Profile.display_name.

Fixes #7270

The group profile page listed leaders and members in whatever order the
database returned, which also made member pagination unstable across
pages. Order both lists case-insensitively by the name the page actually
renders: the profile's display name when set, falling back to the
username, mirroring Profile.display_name.

Fixes mozilla#7270
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sort the display of group members in alpha order of username

1 participant