Skip to content

Fixed race condition around resetting list items

Donald Cook requested to merge dc-board-config-list into master

What does this MR do and why?

Bug reported here: (internal).

If you go to an epic board that is scoped by a label through just the board ID (without query params), we add query params and then make another request. There is a race condition though where we are not resetting the issues at the right time. This MR should fix that.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

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 Donald Cook

Merge request reports