1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 04:38:36 +00:00

fix 500 when reviewer is deleted with integration tests (#6856) (#6860)

This commit is contained in:
Lunny Xiao
2019-05-06 22:03:35 +08:00
committed by Lauris BH
parent 83560bf9d0
commit 96eb99ea55
5 changed files with 49 additions and 2 deletions

View File

@@ -419,6 +419,7 @@ func (c *Comment) loadReview(e Engine) (err error) {
return err
}
}
c.Review.Issue = c.Issue
return nil
}