You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the sort order of the table of members on a group's /groups/{pubid}/edit page to be by joined date, with the oldest members first.
This should be done by changing the sort order of the backend's get-group-members API. The frontend should display the members in the order returned by the backend.
The text was updated successfully, but these errors were encountered:
Depends on #9137.
Change the sort order of the table of members on a group's
/groups/{pubid}/edit
page to be by joined date, with the oldest members first.This should be done by changing the sort order of the backend's get-group-members API. The frontend should display the members in the order returned by the backend.
The text was updated successfully, but these errors were encountered: