mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fix a bug from #30490 `prs.GetIssueIDs()` will also be used in other places, e.g. `InvalidateCodeComments` so we should not add `if pr.Issue == nil` in it, or if `pr.Issue` is already loaded, you will not get the issueID in the results list and this is not an expected result. So this will caused a bug: before calling `InvalidateCodeComments`, all `pr.Issues` in `prs` are loaded, so `issueIDs` in this function will always be `[]`.  |
9 months ago | |
---|---|---|
.. | ||
actions | 10 months ago | |
activities | 10 months ago | |
admin | 2 years ago | |
asymkey | 11 months ago | |
auth | 11 months ago | |
avatars | 12 months ago | |
db | 9 months ago | |
dbfs | 9 months ago | |
fixtures | 10 months ago | |
git | 10 months ago | |
issues | 9 months ago | |
migrations | 9 months ago | |
organization | 10 months ago | |
packages | 11 months ago | |
perm | 11 months ago | |
project | 10 months ago | |
pull | 1 year ago | |
repo | 9 months ago | |
secret | 1 year ago | |
shared/types | 1 year ago | |
system | 1 year ago | |
unit | 10 months ago | |
unittest | 11 months ago | |
user | 10 months ago | |
webhook | 1 year ago | |
error.go | 1 year ago | |
fixture_generation.go | 1 year ago | |
fixture_test.go | 1 year ago | |
main_test.go | 1 year ago | |
org.go | 1 year ago | |
org_team.go | 11 months ago | |
org_team_test.go | 1 year ago | |
org_test.go | 1 year ago | |
repo.go | 1 year ago | |
repo_test.go | 1 year ago | |
repo_transfer.go | 11 months ago |