mirror of
https://gitee.com/gitea/gitea
synced 2025-11-28 04:10:27 +08:00
Fix bugs in issue dashboard stats (#3073)
This commit is contained in:
@@ -42,7 +42,7 @@ func populateIssueIndexer() error {
|
||||
}
|
||||
for _, repo := range repos {
|
||||
issues, err := Issues(&IssuesOptions{
|
||||
RepoID: repo.ID,
|
||||
RepoIDs: []int64{repo.ID},
|
||||
IsClosed: util.OptionalBoolNone,
|
||||
IsPull: util.OptionalBoolNone,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user