Resolve "On issues list page we fire `getIssuesEE` graphql query twice"
What does this MR do and why?
This MR prevents issues on the issue list page being fetched twice when the page size is more than 20
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
No visual changes
How to set up and validate locally
- Open issues list (for example,
http://127.0.0.1:3000/flightjs/Flight/-/issues/
) - At the bottom right of the page, change page size to 100
- Refresh the page while keeping network tab open
- You should have
getIssuesEe
query being fired only once
Related to #476155 (closed)
Edited by Natalia Tepluhina