aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/MessageCommentFragment.graphql
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-18 15:45:20 +0100
committerSascha <GlancingMind@outlook.com>2021-03-19 17:52:57 +0100
commitdefd1ae00cccce0b46207e03084fe6af32096610 (patch)
treed30d550ba6dce1898be74958ae6faa66a87a9b38 /webui/src/pages/bug/MessageCommentFragment.graphql
parent25d3aca9adac3441da14d53f489b2609fefac21f (diff)
downloadgit-bug-defd1ae00cccce0b46207e03084fe6af32096610.tar.gz
Populate history menu with edit steps
Diffstat (limited to 'webui/src/pages/bug/MessageCommentFragment.graphql')
-rw-r--r--webui/src/pages/bug/MessageCommentFragment.graphql4
1 files changed, 4 insertions, 0 deletions
diff --git a/webui/src/pages/bug/MessageCommentFragment.graphql b/webui/src/pages/bug/MessageCommentFragment.graphql
index 337eade0..c852b4b0 100644
--- a/webui/src/pages/bug/MessageCommentFragment.graphql
+++ b/webui/src/pages/bug/MessageCommentFragment.graphql
@@ -6,4 +6,8 @@ fragment AddComment on AddCommentTimelineItem {
...authored
edited
message
+ history {
+ message
+ date
+ }
}