mirror of
https://github.com/go-gitea/gitea
synced 2025-08-09 11:08:19 +00:00
This commit is contained in:
committed by
Antoine GIRARD
parent
9809fe27c4
commit
918e640590
@@ -117,9 +117,7 @@ func SubmitReview(ctx *context.Context, form auth.SubmitReviewForm) {
|
||||
|
||||
// can not approve/reject your own PR
|
||||
case models.ReviewTypeApprove, models.ReviewTypeReject:
|
||||
|
||||
if issue.Poster.ID == ctx.User.ID {
|
||||
|
||||
if issue.IsPoster(ctx.User.ID) {
|
||||
var translated string
|
||||
|
||||
if reviewType == models.ReviewTypeApprove {
|
||||
|
Reference in New Issue
Block a user