Skip to content

Commit bed13bf

Browse files
authored
Add repository condition for issue count (#20496)
1 parent 435038b commit bed13bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/web/user/home.go

+1
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)