Skip to content

Simplify user modal manager implementation

Doug Stull requested to merge 267118-simplify-delete-user-modal-init into master

What does this MR do?

With the work perform in https://gitlab.com/gitlab-org/gitlab/-/issues/267118, there is only one modal type in use DeleteUserModal for the modal manager.

So we can simplify our declarations and user here a bit.

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

Related to #267118

Edited by Doug Stull

Merge request reports