Skip to content

Fixes removal of "paused" parameter in URL

Miguel Rincon requested to merge mrincon-fix-paused-param-removal into master

What does this MR do and why?

This change fixes an issue in the runners list that lead to the "Paused" attribute being "stuck" in the URL when it removed from the filters.

Now when the user removes the filter, the URL is updated accordingly.

Changelog: fixed

Screenshots or screen recordings

Before

2022-12-06_16.56.52

After

2022-12-06_16.55.50

How to set up and validate locally

  1. Visit the Admin -> Runners page
  2. Filter by Paused, can be Paused:Yes or Paused:No
  3. Unselect the filter
  4. Confirm the URL is updated

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 Miguel Rincon

Merge request reports