1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-16 00:05:47 +00:00
gitea/templates/repo/editor
wxiaoguang f8974c7725
Fix incorrect tree path value for patch editor (#29377)
Regression of #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.
2024-02-26 09:05:22 +00:00
..
cherry_pick.tmpl Refactor Safe modifier (#29392) 2024-02-25 10:45:56 +00:00
commit_form.tmpl enforce maxlength in frontend (#29389) 2024-02-25 14:31:15 +00:00
delete.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
diff_preview.tmpl Fix broken code editor diff preview (#23307) 2023-03-06 09:37:58 +08:00
edit.tmpl enforce maxlength in frontend (#29389) 2024-02-25 14:31:15 +00:00
patch.tmpl Fix incorrect tree path value for patch editor (#29377) 2024-02-26 09:05:22 +00:00
upload.tmpl enforce maxlength in frontend (#29389) 2024-02-25 14:31:15 +00:00