]> source.dussan.org Git - gitea.git/commit
Add missing repository type filter parameters to pager (#31832) (#31837)
authorGiteabot <teabot@gitea.io>
Fri, 16 Aug 2024 12:41:45 +0000 (20:41 +0800)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 12:41:45 +0000 (20:41 +0800)
commit771fb453a1f6f23ff63571cb83d97daf0035ef1e
tree896c270717d791929fa8b2f62fe4b4938d09c844
parent5fa90ad9bc7fe800d657e909462e5e1caefc7193
Add missing repository type filter parameters to pager  (#31832) (#31837)

Backport #31832 by @yp05327

Fix #31807

ps: the newly added params's value will be changed.
When the first time you selected the filter, the values of params will
be `0` or `1`
But in pager it will be `true` or `false`.
So do we have `boolToInt` function?

Co-authored-by: yp05327 <576951401@qq.com>
routers/web/explore/repo.go
routers/web/org/home.go
routers/web/user/notification.go
routers/web/user/profile.go