]> source.dussan.org Git - gitea.git/commit
Fix the route for pull-request's authors (#26016) (#26018)
authorGiteabot <teabot@gitea.io>
Thu, 20 Jul 2023 13:38:12 +0000 (09:38 -0400)
committerGitHub <noreply@github.com>
Thu, 20 Jul 2023 13:38:12 +0000 (13:38 +0000)
commit54a516e9daf84e9a2b8b86e36fbed5592b31a758
tree2977d891e9b2484cc79180d9c0f44bb8d8cedabf
parentac129d4b4cf40f88f4e348ca9bb1357f7e3d8a84
Fix the route for pull-request's authors (#26016) (#26018)

Backport #26016 by @wxiaoguang

Close #25906

![image](https://github.com/go-gitea/gitea/assets/2114189/e689f3e1-9a90-46c0-89f4-2d61394d34d3)

Succeeded logs:

```
[I] router: completed GET /root/test/issues/posters?&q=%20&_=1689853025011 for [::1]:59271, 200 OK in 127.7ms @ repo/issue.go:3505(repo.IssuePosters)

[I] router: completed GET /root/test/pulls/posters?&q=%20&_=1689853968204 for [::1]:59269, 200 OK in 94.3ms @ repo/issue.go:3509(repo.PullPosters)
```

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
routers/web/repo/issue.go
routers/web/web.go