aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi/dashapi.go
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
-rw-r--r--dashboard/dashapi/dashapi.go12
1 files changed, 7 insertions, 5 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index eb6557e41..669629d65 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -716,11 +716,13 @@ type FullBugInfo struct {
}
type SimilarBugInfo struct {
- Title string
- Status BugStatus
- Namespace string
- Link string
- Closed time.Time
+ Title string
+ Status BugStatus
+ Namespace string
+ Link string
+ ReportLink string
+ Closed time.Time
+ ReproLevel ReproLevel
}
func (dash *Dashboard) LoadFullBug(req *LoadFullBugReq) (*FullBugInfo, error) {