Skip to content

Move "Allow users to request access" setting to a new subsection "Membership"

What does this MR do?

When feature flag saas_user_caps is enabled:

  • It adds a new subsection "Membership" to group's settings under "Permissions, LFS, 2FA"
  • It moves "Allow users to request access" item to be under the newly created subsection "Membership"

Screenshots

before after
Screen_Shot_2021-08-19_at_2.02.50_PM Screen_Shot_2021-08-19_at_2.47.32_PM

How to setup and validate locally (strongly suggested)

  1. Enable the feature flag in rails console Feature.enable(:saas_user_caps)
  2. Navigate to a group's settings (using a user that's a group owner)
  3. Observe the changes in the "Permissions, LFS, 2FA" section

Does this MR meet the acceptance criteria?

Conformity

Related to #330029 (closed)

Edited by Ammar Alakkad

Merge request reports