Fix EE imports in GLQL field presenters
What does this MR do and why?
Fix EE imports in GLQL field presenters
Changelog: fixed
References
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
Use GLQL query:
```glql
display: table
fields: status, state, health, title, updated, epic, due, labels("A*"), labels as "Other labels", milestone, iteration
query: group = "gitlab-org" and type = Issue
limit: 1
```
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.

