mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-12-03 23:36:09 +01: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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
issueId := com.StrTo(ctx.Params(":issue")).MustInt64()
|
issueId := com.StrTo(ctx.Params(":index")).MustInt64()
|
||||||
if issueId == 0 {
|
if issueId == 0 {
|
||||||
ctx.Error(404)
|
ctx.Error(404)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue