0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-15 22:32:24 +01:00
gitea/routers/web/user
yp05327 7092402a2d
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?
2024-08-15 16:34:24 +00:00
..
setting
avatar.go
code.go
home_test.go
home.go
main_test.go
notification.go Add missing repository type filter parameters to pager (#31832) 2024-08-15 16:34:24 +00:00
package.go
profile.go Add missing repository type filter parameters to pager (#31832) 2024-08-15 16:34:24 +00:00
search.go
stop_watch.go
task.go