From 6ed4b8b7a1185ad278eb2e40b32e859f828233d9 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 23 Aug 2022 14:48:49 +0200 Subject: webui: adapt to CombinedId --- webui/src/pages/bug/MessageHistory.graphql | 1 + 1 file changed, 1 insertion(+) (limited to 'webui/src/pages/bug/MessageHistory.graphql') diff --git a/webui/src/pages/bug/MessageHistory.graphql b/webui/src/pages/bug/MessageHistory.graphql index e90eb459..6daab75c 100644 --- a/webui/src/pages/bug/MessageHistory.graphql +++ b/webui/src/pages/bug/MessageHistory.graphql @@ -3,6 +3,7 @@ query MessageHistory($bugIdPrefix: String!) { repository { + name bug(prefix: $bugIdPrefix) { timeline { comments: nodes { -- cgit