1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 18:58:38 +00:00

Update routers/web/repo/issue_list.go

Co-authored-by: Zettat123 <zettat123@gmail.com>
This commit is contained in:
Lunny Xiao
2024-11-25 05:46:29 +08:00
committed by GitHub
parent c0370e7065
commit e26a30105f

View File

@@ -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 {