mirror of
https://github.com/go-gitea/gitea
synced 2024-12-23 03:57:51 +01:00
Update routers/web/repo/issue_list.go
Co-authored-by: Zettat123 <zettat123@gmail.com>
This commit is contained in:
parent
c0370e7065
commit
e26a30105f
@ -468,7 +468,7 @@ func UpdateIssueStatus(ctx *context.Context) {
|
|||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
ctx.ServerError("ChangeStatus", err)
|
ctx.ServerError("CloseIssue", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
} else if !closeOrReopen && issue.IsClosed {
|
} else if !closeOrReopen && issue.IsClosed {
|
||||||
|
Loading…
Reference in New Issue
Block a user