Skip to content

Don't perform a JS request when deleting a membership.

Bob Van Landuyt requested to merge bvl-refresh-member-listing-on-removal into master

What does this MR do?

This disables the JS-request for deleting a membership from a project and subgroup.

This way we're sure the listing is brought up to date, avoiding issues like https://gitlab.com/gitlab-org/gitlab-ce/issues/39933 and https://gitlab.com/gitlab-org/gitlab-ce/issues/31720

Does this MR meet the acceptance criteria?

  • Changelog entry added, if necessary
  • Tests added for this feature/bug
  • Review
    • Has been reviewed by Frontend

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39933

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/31720

Edited by Bob Van Landuyt

Merge request reports