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
CleanShot 2025-08-13 at 00.53.49.png CleanShot 2025-08-13 at 00.52.23.png

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.

Merge request reports

Loading