Skip to content

Fixes builds dropdown making request when clicked to be closed

Filipa Lacerda requested to merge 26601-dropdown-makes-request-close into master

What does this MR do?

Uses the bootstrap dropdown event to make the request instead of making it every time we click the dropdown. This way the request is only made once.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Every time the dropdown builds in the mini-pipeline graph button is clicked a request to get the stages is made, with this MR is fixed

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #26601 (closed)

Merge request reports