Skip to content

Make it easier to find invited group members

Stan Hu requested to merge sh-break-out-invited-group-members into master

We had a number of team members struggle to find invited members of a group. Searching for the e-mail address did not work because search only works with members with user accounts.

This commit changes two things:

  1. Breaks out the invited members into a separate table.
  2. Adds search capability for the invited members.

Before

image

After

image

image

EE port: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15101

Edited by Stan Hu

Merge request reports