Skip to content

Fix error when bulk deleting runners

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR fixes an error that happens when a group owner selects multiple runners in a group and tries to delete them. This is because this was only available to admins through the :delete_runners permission. In this MR I'm removing the :delete_runners permission in favor of checking the :delete_runner permission for each runner.

Closes #379191 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Pedro Pombeiro

Merge request reports

Loading