1
1
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:
Lunny Xiao
2019-05-06 20:09:31 +08:00
committed by GitHub
parent dab38c375d
commit 2382f1b057
5 changed files with 49 additions and 2 deletions

View File

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