diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-07-07 12:17:14 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-07-07 12:12:12 +0000 |
| commit | 432c8d9a7e0a8634b76dd86d8489c729f480f35a (patch) | |
| tree | a7903bc75fbd56013d088c64ce2b9c2e0f1e4c06 /dashboard/app/reporting.go | |
| parent | b03742d1ddf336907f30ff1bbe0adbc2162ec129 (diff) | |
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.
Diffstat (limited to 'dashboard/app/reporting.go')
| -rw-r--r-- | dashboard/app/reporting.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/app/reporting.go b/dashboard/app/reporting.go index f26ddac99..071d67339 100644 --- a/dashboard/app/reporting.go +++ b/dashboard/app/reporting.go @@ -565,6 +565,7 @@ func crashBugReport(c context.Context, bug *Bug, crash *Crash, crashKey *db.Key, CrashTime: crash.Time, NumCrashes: bug.NumCrashes, HappenedOn: managersToRepos(c, bug.Namespace, bug.HappenedOn), + Manager: crash.Manager, Assets: assetList, ReportElements: &dashapi.ReportElements{GuiltyFiles: crash.ReportElements.GuiltyFiles}, } |
