-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Editing tags - ERROR 404 #23865
Labels
Comments
I couldn't reproduce it in your try url. |
@lunny I reproduce it all the time. I record screen video - look at this. gitea_tag.mp4 |
related code gitea/routers/web/repo/release.go Lines 529 to 532 in c2ff2a4
|
Merged
jolheiser
pushed a commit
that referenced
this issue
Apr 3, 2023
Fixes #23865 In GitHub, users cannot edit a tag. <img src="https://user-images.githubusercontent.com/15528715/229409445-4233941b-3a37-4846-bc0c-efa94b90d9e0.png" width="600px" /> So in this PR the edit button will not be shown if the release's `IsTag` is `true`
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
If you try to edit the tag, you get a 404 error. The tag remains unchanged. I reproduce it on demo and my dev env.
Gitea Version
1.20
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
https://gist.github.com/BElluu/cc571885fb7a232077f89760bbe60b6b
Screenshots
Git Version
development
Operating System
Linux
How are you running Gitea?
Using debuger or make command
Database
MySQL
The text was updated successfully, but these errors were encountered: