-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Inconsistent display of repository licenses in the frontend UI #33222
Comments
Also, regarding this bug, the license information is inconsistently displayed in the frontend UI. Sometimes it appears, and other times it disappears, leading to an inconsistent user experience when viewing repository. |
Might be some UI/context bug if the display is flaky. At least the license is classified correctly when passed to
|
Are there any error logs? |
Backport #33255 by yp05327 Fix #33222 Co-authored-by: yp05327 <[email protected]>
There is no error; it just disappears and then reappears after about 10 minutes. |
This has been fixed by #33255 |
Description
The repository license information is sometimes missing or disappearing from the frontend UI. This inconsistency in displaying licenses affects the user's ability to quickly identify the license of a given repository.
Expected behavior:
The repository license information should be consistently and accurately displayed in the frontend UI for all repositories, regardless of any changes made to the repository.
Actual behavior:
The repository license information is sometimes missing or disappears from the frontend UI, leading to inconsistencies in displaying licenses across different repositories.
Gitea Version
v1.23.1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
For example, in the Go language repository, the license is correctly shown as
BSD-3-Clause
:However, in another repository, such as Gitea, the license information is not displayed at all:
Note
In the Gitea repository, the license was previously shown as
MIT License
. However, after some changes were made (e.g, pull from original repository), the license information disappeared from the UI.Git Version
v2.47.1
Operating System
Linux
How are you running Gitea?
Running on Kubernetes
Database
SQLite
The text was updated successfully, but these errors were encountered: