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