GLQL View sometimes shows 2 modal views
Summary
GLQL View sometimes shows 2 modal views one on top of the other
Steps to reproduce
- Use the following table:
---
display: table
fields: title, labels("closed::*") AS "Closed Label", assignee, closed, created
sort: closed desc
limit: 10
---
project = "gitlab-org/path-to-project" AND state = closed AND author = currentUser() AND label != ~"Closed::*"
- Change the path-to-project to a path that has GLQL enabled
- When you click on the 3 dots > view source - 2 modals open up with the same content.
Example Project
/
What is the current bug behavior?
2 Modal views are opened
What is the expected correct behavior?
Only 1 modal view is open
Relevant logs and/or screenshots
Screen_Recording_2025-07-08_at_8.36.58_AM
Output of checks
This bug happens on GitLab.com
GitLab Enterprise Edition 18.2.0-pre 3421e888
Possible fixes
Patch release information for backports
If the bug fix needs to be backported in a patch release to a version under the maintenance policy, please follow the steps on the patch release runbook for GitLab engineers.
Refer to the internal "Release Information" dashboard for information about the next patch release, including the targeted versions, expected release date, and current status.
High-severity bug remediation
To remediate high-severity issues requiring an internal release for single-tenant SaaS instances, refer to the internal release process for engineers.
Edited by 🤖 GitLab Bot 🤖