aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/BugQuery.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/pages/bug/BugQuery.graphql')
-rw-r--r--webui/src/pages/bug/BugQuery.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/webui/src/pages/bug/BugQuery.graphql b/webui/src/pages/bug/BugQuery.graphql
index cdc4723f..9d4cede8 100644
--- a/webui/src/pages/bug/BugQuery.graphql
+++ b/webui/src/pages/bug/BugQuery.graphql
@@ -2,6 +2,7 @@
query GetBug($id: String!) {
repository {
+ name
bug(prefix: $id) {
...Bug
}