Commit 7878b84e authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '287631-fix-wrong-message-for-vulnerability-report' into 'master'

Fix wrong message for group vulnerability report

See merge request gitlab-org/gitlab!55464
parents 27260307 270ac374
......@@ -2,7 +2,7 @@
query group($fullPath: ID!) {
group(fullPath: $fullPath) {
projects(includeSubgroups: true, hasVulnerabilities: true) {
projects(includeSubgroups: true) {
nodes {
...Project
}
......
---
title: Fix wrong message for group vulnerability report when no vulnerabilities in projects
merge_request: 55464
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment