You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this was reported or fixed already, or if this is expected behavior, but I am running the latest Docker rootless Gitea at the time of writing (1.23.6 built with GNU Make 4.4.1, go1.23.7 : bindata, timetzdata, sqlite, sqlite_unlock_notify), and when I click to edit the README.md from the repo home page, it redirects me to _edit/master//README.md instead of _edit/master/README.md like it would when pressing the edit button inside of the README file, I believe this caused me issues in earlier Gitea versions where my changes wouldn't save properly, but it looks like this doesn't happen anymore in the latest version. This happens on different repositories.
Happy to try and submit a PR on my own if needed, I want to confirm whether this is an actual bug or not first.
Gitea Version
1.23.6
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
From repo home page (with the issue):
From README file context:
Git Version
No response
Operating System
No response
How are you running Gitea?
Self hosted rootless container using Podman
Database
SQLite
The text was updated successfully, but these errors were encountered:
Happy to try and submit a PR on my own if needed, I want to confirm whether this is an actual bug or not first.
Thank you very much 🙏 I just found that the problem is more complex than it looks, so need to refactor all related usages, so I proposed a refactoring PR.
Happy to try and submit a PR on my own if needed, I want to confirm whether this is an actual bug or not first.
Thank you very much 🙏 I just found that the problem is more complex than it looks, so need to refactor all related usages, so I proposed a refactoring PR.
Probably best to leave refactoring up to people that know the codebase much better than me 😅 thanks a bunch for the fix!
Description
I'm not sure if this was reported or fixed already, or if this is expected behavior, but I am running the latest Docker rootless Gitea at the time of writing (
1.23.6 built with GNU Make 4.4.1, go1.23.7 : bindata, timetzdata, sqlite, sqlite_unlock_notify
), and when I click to edit theREADME.md
from the repo home page, it redirects me to_edit/master//README.md
instead of_edit/master/README.md
like it would when pressing the edit button inside of the README file, I believe this caused me issues in earlier Gitea versions where my changes wouldn't save properly, but it looks like this doesn't happen anymore in the latest version. This happens on different repositories.Happy to try and submit a PR on my own if needed, I want to confirm whether this is an actual bug or not first.
Gitea Version
1.23.6
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
From repo home page (with the issue):

From README file context:

Git Version
No response
Operating System
No response
How are you running Gitea?
Self hosted rootless container using Podman
Database
SQLite
The text was updated successfully, but these errors were encountered: