mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 05:56:14 +01:00
Add repository condition for issue count (#20496)
This commit is contained in:
parent
435038b2c6
commit
bed13bfa9e
1 changed files with 1 additions and 0 deletions
|
@ -591,6 +591,7 @@ func buildIssueOverview(ctx *context.Context, unitType unit.Type) {
|
||||||
LabelIDs: opts.LabelIDs,
|
LabelIDs: opts.LabelIDs,
|
||||||
Org: org,
|
Org: org,
|
||||||
Team: team,
|
Team: team,
|
||||||
|
RepoCond: opts.RepoCond,
|
||||||
}
|
}
|
||||||
|
|
||||||
issueStats, err = issues_model.GetUserIssueStats(statsOpts)
|
issueStats, err = issues_model.GetUserIssueStats(statsOpts)
|
||||||
|
|
Loading…
Reference in a new issue