Browse Source

resolved #394 (#396)

tags/v1.0.0
Lunny Xiao 7 years ago
parent
commit
a12da66dfb
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      routers/user/home.go

+ 3
- 0
routers/user/home.go View File

@@ -250,6 +250,9 @@ func Issues(ctx *context.Context) {
}
}
ctx.Data["Repos"] = showRepos
if len(repoIDs) == 0 {
repoIDs = []int64{-1}
}

issueStats := models.GetUserIssueStats(repoID, ctxUser.ID, repoIDs, filterMode, isPullList)
issueStats.AllCount = int64(allCount)

Loading…
Cancel
Save