Skip to content

Fix updating issue/MR status counters on filter change

What does this MR do?

Fix updating issue/MR status counters on filter change

Instead of counting only issues/mr in a given project with a given status (open/close/all)
I used class that was created exactly for this purpose, adding params from the url
to filter results down using filters from dropdowns.

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

Why was this MR needed?

What are the relevant issue numbers?

#15356 (closed)

Screenshots (if relevant)

Before issues, MR:

image image

After issues, MR:

image image

Does this MR meet the acceptance criteria?

Merge request reports