]> source.dussan.org Git - gitea.git/commit
Add missing repository type filter parameters to pager (#31832)
authoryp05327 <576951401@qq.com>
Thu, 15 Aug 2024 16:34:24 +0000 (01:34 +0900)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2024 16:34:24 +0000 (16:34 +0000)
commit7092402a2db255ecde2c20574b973fb632c16d2e
treeb5913f2498c57b5161e34c4b2b382d428b12847d
parentb491b2104f83ee8fc4956c099c427b339291b3be
Add missing repository type filter parameters to pager  (#31832)

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?
routers/web/explore/repo.go
routers/web/org/home.go
routers/web/user/notification.go
routers/web/user/profile.go