Skip to content

Refactor `ee/app/assets/javascripts/approvals/components/approvers_select.vue` to remove `approverUsers`

What does this MR do?

Fixes #2502 (closed)

Replaces Api.approverUsers in approvers_select.vue to use a newly added function Api.projectUsers instead. The latter function has been added in GitLab CE, and a backport has been added in this MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31801

Does this MR meet the acceptance criteria?

Conformity

Performance 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 Himanshu Kapoor

Merge request reports