1
0
Fork 0
forked from forgejo/forgejo

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}