Fixed double boards list query on EE
What does this MR do and why?
Previously, when we were fetching deferred boardList
query on EE, we had it duplicated: the first query was fetching a CE-version (issuesCount
of issues only), the second one was EE-specific (fetching also totalWeight
). This MR changes import of the query to ee_else_ce
everywhere so we're fetching a correct one only for both EE and CE instances
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Open issue boards
- Check the last GraphQL query
- There should be only one
boardList
request for every single list ID.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.