forgejo/routers/web/org
yp05327 a8e25e907c
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?

(cherry picked from commit 7092402a2db255ecde2c20574b973fb632c16d2e)

Conflicts:
	routers/web/org/home.go
  trivial conflict s/pager.AddParam/pager.AddParamString/
2024-08-19 09:26:34 +02:00
..
setting
home.go Add missing repository type filter parameters to pager (#31832) 2024-08-19 09:26:34 +02:00
main_test.go
members.go
org.go feat(i18n): allow different translations of creation links and titles (#4829) 2024-08-07 16:54:05 +00:00
org_labels.go
projects.go Add missed return after ctx.ServerError (#31130) 2024-06-02 16:26:54 +02:00
projects_test.go
setting.go
setting_oauth2.go
setting_packages.go
teams.go