Add comment replies (#5104)

* Add comment replies

* Replace reviewID with review.ID
This commit is contained in:
Jonas Franz 2018-10-22 22:13:35 +02:00 committed by techknowlogick
parent 9458880c06
commit f38fce916e
6 changed files with 14 additions and 10 deletions

View file

@ -377,6 +377,7 @@ type CodeCommentForm struct {
Line int64
TreePath string `form:"path" binding:"Required"`
IsReview bool `form:"is_review"`
Reply int64 `form:"reply"`
}
// Validate validates the fields