mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
Merge pull request #331 from nuss-justin/dev
Use :index instead of :issue in UpdateIssueMilestone
This commit is contained in:
commit
27a51f5bcc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user