Skip to content

Commit 16edee8

Browse files
tyroneyehGustedlunny
authored
Add repository condition for issue count (#20454)
* Add repository condition for issue count * Update routers/web/user/home.go Co-authored-by: Gusted <[email protected]> Co-authored-by: Gusted <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
1 parent 9cf0352 commit 16edee8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/web/user/home.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ func buildIssueOverview(ctx *context.Context, unitType unit.Type) {
591591
LabelIDs: opts.LabelIDs,
592592
Org: org,
593593
Team: team,
594+
RepoCond: opts.RepoCond,
594595
}
595596

596597
issueStats, err = issues_model.GetUserIssueStats(statsOpts)

0 commit comments

Comments
 (0)