mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-24 11:14:37 +00:00
Backport #33304 The only conflict is caused by `templates/shared/issueicon.tmpl`
This commit is contained in:
@@ -109,7 +109,7 @@ func RemoveDependency(ctx *context.Context) {
|
||||
}
|
||||
|
||||
// Dependency Type
|
||||
depTypeStr := ctx.Req.PostForm.Get("dependencyType")
|
||||
depTypeStr := ctx.Req.PostFormValue("dependencyType")
|
||||
|
||||
var depType issues_model.DependencyType
|
||||
|
||||
|
Reference in New Issue
Block a user