mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 00:04:25 +00:00
8b89563bf1
Before: ![image](https://github.com/go-gitea/gitea/assets/18380374/1ab476dc-2f9b-4c85-9e87-105fc73af1ee) After: ![image](https://github.com/go-gitea/gitea/assets/18380374/786f984d-5c27-4eff-b3d9-159f68034ce4) This issue comes from the change in #25468. `LoadProject` will always return at least one record, so we use `ProjectID` to check whether an issue is linked to a project in the old code. As other `issue.LoadXXX` functions, we need to check the return value from `xorm.Session.Get`. In recent unit tests, we only test `issueList.LoadAttributes()` but don't test `issue.LoadAttributes()`. So I added a new test for `issue.LoadAttributes()` in this PR. --------- Co-authored-by: Denys Konovalov <privat@denyskon.de> |
||
---|---|---|
.. | ||
setting | ||
home.go | ||
main_test.go | ||
members.go | ||
org_labels.go | ||
org.go | ||
projects_test.go | ||
projects.go | ||
setting_oauth2.go | ||
setting_packages.go | ||
setting.go | ||
teams.go |