Skip to content

Fix disabled job action state

Payton Burdette requested to merge 477972-fix-cancel-manual-jobs into master

What does this MR do and why?

After a job action the button would go into a disabled state as if the cancel action was not available. This MR fixes an issue where the disabled state was never reset after a successful POST call.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before

before-disabled

After

after-disabled

How to set up and validate locally

  1. Setup a pipeline with normal jobs and manual jobs
  2. Ensure after the retry/play action you are able to cancel the running job
Edited by Payton Burdette

Merge request reports

Loading