We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reproduction steps:
Expected outcome: User2 gets a message that they are blocked from repository.
Actual: Template fails and displays server error.
Analysis:
Parameters passed to the template lack Details key which causes the error.
Details
gitea/routers/web/repo/pull.go
Lines 1355 to 1369 in 079a1ff
Adding it with even an empty string resolves the issue. I haven't tried to do this on demo instance.
079a1ff
No
No response
Expected:
Actual:
2.47.1
Linux
self-built
SQLite
The text was updated successfully, but these errors were encountered:
ff96873
Fix templating in pull request comparison (go-gitea#33025)
8117a95
Adds test for expected behavior Closes: go-gitea#33013
Fix templating in pull request comparison (#33025) (#33038)
74159a8
Backport #33025 by TheFox0x7 Adds test for expected behavior Closes: #33013 --- Co-authored-by: TheFox0x7 <[email protected]>
Successfully merging a pull request may close this issue.
Description
Reproduction steps:
Expected outcome:
User2 gets a message that they are blocked from repository.
Actual:
Template fails and displays server error.
Analysis:
Parameters passed to the template lack
Details
key which causes the error.gitea/routers/web/repo/pull.go
Lines 1355 to 1369 in 079a1ff
Adding it with even an empty string resolves the issue.
I haven't tried to do this on demo instance.
Gitea Version
079a1ff
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Expected:
Actual:
Git Version
2.47.1
Operating System
Linux
How are you running Gitea?
self-built
Database
SQLite
The text was updated successfully, but these errors were encountered: