Skip to content

Fix: refetch the right query after tag deletion

What does this MR do and why?

In the context of improving the UX for bulk deleting the container registry tags I've noticed that we had a typebug where we were refetching the wrong query and thus not displaying the correct data after deletion.

This MR fixes this

Screenshots or screen recordings

FixDeleteRefetch

How to set up and validate locally

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

  1. Go to the container registry
  2. Delete one or more tags

MR acceptance checklist

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

Related to #336934 (closed)

Edited by Nicolò Maria Mezzopera

Merge request reports