Skip to content

Move the Members section from settings to the side nav for projects

What does this MR do?

  • Moves the Project membership management from the settings area for privileged users to the side navigation to better align with current Group membership management
    • Before it was only a top level tab if the user didn't have settings. This will make it top level for all users.
  • Removes legacy project_settings_members_path which was merely a redirect to project_project_members_path

Screenshots

Current

  • Group Membership is directly accessible from side nav.
  • Project Membership is nested under Settings.
Group Membership Project Membership
Screen_Shot_2020-05-20_at_10.22.54_AM Screen_Shot_2020-05-20_at_10.23.35_AM

Updated

  • No Change to Group Membership.
  • Project Membership now matches Group Membership nav.
Group Membership Project Membership not collapsed Project Membership collapsed Project Settings
Screen_Shot_2020-05-20_at_10.22.54_AM Screen_Shot_2020-05-20_at_11.27.30_AM Screen_Shot_2020-05-20_at_11.28.06_AM Screen_Shot_2020-05-20_at_11.29.17_AM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Contributes to #214102

Edited by Peter Leitzen

Merge request reports