mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
fix 500 when reviewer is deleted with integration tests (#6856)
This commit is contained in:
@@ -447,6 +447,7 @@ func (c *Comment) loadReview(e Engine) (err error) {
|
||||
return err
|
||||
}
|
||||
}
|
||||
c.Review.Issue = c.Issue
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user