Skip to content

Cleanup invite_members_group_modal - remove controller paths

What does this MR do and why?

feature flag(invite_members_group_modal) is fully rolled out and we are removing it so we are no longer using the controller create actions for members and relying on the invitations and members API instead

!81940 (merged) removed the feature flag and we'll remove the remaining controller bits here.

  • Remove member creation controller code and routes
  • move any missing tests to API layer in members and invitations

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #352526 (closed)

Edited by Doug Stull

Merge request reports