diff options
author | Sascha <GlancingMind@outlook.com> | 2021-03-19 20:36:09 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-19 20:47:37 +0100 |
commit | 688cc33ccca5fd6653ee6f2ee2946dc30a9052ae (patch) | |
tree | cc2554c98812e49e8227c2d225be23abaec7a4d1 /webui/src/pages/list/BugRow.graphql | |
parent | 4c7761461bf7cd6a32af60a75bc2ed75ca91ae3a (diff) | |
download | git-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.graphql | 3 |
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 } |