Skip to content

Move permission check of manual actions of deployments

What does this MR do?

On the environments list page the permission check for manual actions happens on the frontend. This should happen on the backend and just return an empty list of manual actions if a user has no permission.

What are the relevant issue numbers?

Close https://gitlab.com/gitlab-org/gitlab-ce/issues/52412

Does this MR meet the acceptance criteria?

Edited by Shinya Maeda

Merge request reports