mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 14:44:35 -04:00
Fix bugs in issue dashboard stats (#3073)
This commit is contained in:
parent
fabf3f2fc2
commit
4c9341f689
7 changed files with 224 additions and 55 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue