Bläddra i källkod

Fix order of comments (#2835)

tags/v1.3.0-rc1
Morlinest 6 år sedan
förälder
incheckning
95637e046f
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      models/issue_comment.go

+ 1
- 0
models/issue_comment.go Visa fil

@@ -611,6 +611,7 @@ func findComments(e Engine, opts FindCommentsOptions) ([]*Comment, error) {
}
return comments, sess.
Asc("comment.created_unix").
Asc("comment.id").
Find(&comments)
}


Laddar…
Avbryt
Spara