aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/BugRow.graphql
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-19 20:36:09 +0100
committerSascha <GlancingMind@outlook.com>2021-03-19 20:47:37 +0100
commit688cc33ccca5fd6653ee6f2ee2946dc30a9052ae (patch)
treecc2554c98812e49e8227c2d225be23abaec7a4d1 /webui/src/pages/list/BugRow.graphql
parent4c7761461bf7cd6a32af60a75bc2ed75ca91ae3a (diff)
downloadgit-bug-688cc33ccca5fd6653ee6f2ee2946dc30a9052ae.tar.gz
Display real number of comment
Diffstat (limited to 'webui/src/pages/list/BugRow.graphql')
-rw-r--r--webui/src/pages/list/BugRow.graphql3
1 files changed, 3 insertions, 0 deletions
diff --git a/webui/src/pages/list/BugRow.graphql b/webui/src/pages/list/BugRow.graphql
index 547c09d8..e4e2760c 100644
--- a/webui/src/pages/list/BugRow.graphql
+++ b/webui/src/pages/list/BugRow.graphql
@@ -9,5 +9,8 @@ fragment BugRow on Bug {
labels {
...Label
}
+ comments {
+ totalCount
+ }
...authored
}