Skip to content

Add option to unassign member from issuables when removing them from a project

What does this MR do?

This MR allows a user to additionally unassign a member from issuables when removing them from a project. This is done by sending an extra parameter unassign_issuables in the HTTP DELETE request.

Users can remove members from the following pages, so these have all been updated to use GlModal instead of a native browser confirm dialog:

  • admin/groups/
  • admin/projects/
  • groups/group_members/
  • projects/project_members/

This modal is used both for removing a user and denying a user's access request to the project/group. A checkbox is added only when removing a user.

Screenshots

before after
Screenshot_2020-07-02_at_3.52.36_pm Screenshot_2020-07-02_at_3.51.32_pm

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
Edited by Coung Ngo

Merge request reports