Skip to content
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

Fix incorrect tree path value for patch editor (#29377) #29421

Merged
merged 1 commit into from
Feb 26, 2024

Commits on Feb 26, 2024

  1. Fix incorrect tree path value for patch editor (go-gitea#29377)

    Regression of go-gitea#18718. When submitting the form,
    EditRepoFileForm.TreePath is marked as "Required", so the value can't be
    empty. The value is not used by backend, so use a meaningful dummy value
    for it.
    wxiaoguang authored and GiteaBot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8bf2d5f View commit details
    Browse the repository at this point in the history