mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Project: show referenced PRs in issue cards (#14183)
Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
@@ -256,6 +256,10 @@ func (b *ProjectBoard) LoadIssues() (IssueList, error) {
|
||||
issueList = append(issueList, issues...)
|
||||
}
|
||||
|
||||
if err := IssueList(issueList).LoadComments(); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
b.Issues = issueList
|
||||
return issueList, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user