mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-03 02:33:01 +08:00
Merge pull request #331 from nuss-justin/dev
Use :index instead of :issue in UpdateIssueMilestone
This commit is contained in:
@ -565,7 +565,7 @@ func UpdateIssueMilestone(ctx *middleware.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
issueId := com.StrTo(ctx.Params(":issue")).MustInt64()
|
||||
issueId := com.StrTo(ctx.Params(":index")).MustInt64()
|
||||
if issueId == 0 {
|
||||
ctx.Error(404)
|
||||
return
|
||||
|
Reference in New Issue
Block a user