Skip to content

Commit 7ba885a

Browse files
tyroneyehGustedlunny
authored and
Sysoev, Vladimir
committed
Add repository condition for issue count (go-gitea#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 868851a commit 7ba885a

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)