Fix state badges for epics in GLQL
What does this MR do and why?
Fix state badges for epics in GLQL
In GLQL, when querying epics, the state badges did not display. This commit fixes that.
Changelog: fixed
References
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
-
Disable feature flag
:glql_work_items:echo "Feature.disable(:glql_work_items)" | rails c -
Create an epic GLQL query:
```glql display: table fields: state, title, updated query: type = Epic and group = "gitlab-org" ``` -
The state column should display properly.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

