Skip to content

Remove unused fields from pending members app

Ammar Alakkad requested to merge aalakkad/remove-old-pending-members-app into master

What does this MR do and why?

Remove unused fields from pending members app

Screenshots or screen recordings

N/A

How to set up and validate locally

  1. Enable saas_user_caps feature flag (bin/rails console then Feature.enable(:saas_user_caps))
  2. With a group with an Ultimate plan
  3. Navigate to Settings -> Permissions, LFS, 2FA -> User Cap
  4. Set the user cap limit to 1
  5. Navigate to the group members
  6. Add one or more members (until you are above the user cap limit set in previous step)
  7. Navigate to Usage Quota from the left sidebar under Settings
  8. You should see an alert that you have pending members
  9. Clicking the button in the alert should navigate to a pending members page
  10. Observe the pending members page that it's working properly without errors
Edited by Ammar Alakkad

Merge request reports