From 432c8d9a7e0a8634b76dd86d8489c729f480f35a Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 7 Jul 2023 12:17:14 +0200 Subject: dashboard: include Manager into BugReport De-facto BugReport anyway refers to a specified crash and not just to the bug in general. Let's also include the Manager field there. --- dashboard/dashapi/dashapi.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 96e8dff0e..a64ee2ad5 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -424,6 +424,7 @@ type BugReport struct { ReproOpts []byte MachineInfo []byte MachineInfoLink string + Manager string CrashID int64 // returned back in BugUpdate CrashTime time.Time NumCrashes int64 -- cgit mrf-deployment