-
- Downloads
There was an error fetching the commit references. Please try again later.
Make it easier to find invited group members
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. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61948
Showing
- app/controllers/groups/group_members_controller.rb 11 additions, 2 deletionsapp/controllers/groups/group_members_controller.rb
- app/models/member.rb 4 additions, 0 deletionsapp/models/member.rb
- app/views/groups/group_members/index.html.haml 22 additions, 1 deletionapp/views/groups/group_members/index.html.haml
- changelogs/unreleased/sh-break-out-invited-group-members.yml 5 additions, 0 deletionschangelogs/unreleased/sh-break-out-invited-group-members.yml
- spec/controllers/groups/group_members_controller_spec.rb 33 additions, 0 deletionsspec/controllers/groups/group_members_controller_spec.rb
- spec/factories/group_members.rb 3 additions, 1 deletionspec/factories/group_members.rb
- spec/features/groups/members/manage_members_spec.rb 1 addition, 1 deletionspec/features/groups/members/manage_members_spec.rb
- spec/models/member_spec.rb 11 additions, 0 deletionsspec/models/member_spec.rb
Please register or sign in to comment