-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Repository expolore pagination problem #31807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
issue/confirmed
Issue has been reviewed and confirmed to be present or accepted to be implemented
type/bug
Milestone
Comments
I don't it's a bug. When filters changed, you should visit from page 1 again. |
No. I can confirm this issue. |
#29231 forgot add these newly added params to pager |
lunny
pushed a commit
that referenced
this issue
Aug 15, 2024
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?
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this issue
Aug 15, 2024
Fix go-gitea#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?
project-mirrors-bot-tu bot
pushed a commit
to project-mirrors/forgejo-as-gitea-fork
that referenced
this issue
Jan 23, 2025
Fix go-gitea#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 7092402) Conflicts: routers/web/org/home.go trivial conflict s/pager.AddParam/pager.AddParamString/ (cherry picked from commit a8e25e9)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
issue/confirmed
Issue has been reviewed and confirmed to be present or accepted to be implemented
type/bug
Description
设置了过滤条件,如:非镜像,翻页未带上过滤参数。
Gitea Version
1.22.1
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
打开 https://demo.gitea.com/explore/repos 点击过滤 ,点击非镜像,点第二页。
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: