Skip to content

Shared groups fix for group/:id/members/all REST/GraphQL APIs

What does this MR do?

groups/:id/members/all would not return users of groups invited to the current group.
Added relation to seek for users from :shared_from_groups within the current group, similar to how projects do it in project_invited_groups of member_finder.rb.
Fixes: #321694 (closed)
Fixes: POV45

Conformity

Availability and Testing

Edited by Lucas Zampieri

Merge request reports

Loading