diff options
Diffstat (limited to 'dashboard/app/main.go')
| -rw-r--r-- | dashboard/app/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/app/main.go b/dashboard/app/main.go index 2fb4a14fb..95bd08919 100644 --- a/dashboard/app/main.go +++ b/dashboard/app/main.go @@ -389,6 +389,7 @@ type uiBug struct { FirstTime time.Time LastTime time.Time ReportedTime time.Time + FixTime time.Time ClosedTime time.Time ReproLevel dashapi.ReproLevel ReportingIndex int @@ -1967,6 +1968,7 @@ func createUIBug(c context.Context, bug *Bug, state *ReportingState, managers [] LastTime: bug.LastTime, ReportedTime: reported, ClosedTime: bug.Closed, + FixTime: bug.FixTime, ReproLevel: bug.ReproLevel, ReportingIndex: reportingIdx, Status: status, |
