Sfoglia il codice sorgente

Fix order of comments (#2835)

tags/v1.3.0-rc1
Morlinest 6 anni fa
parent
commit
95637e046f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      models/issue_comment.go

+ 1
- 0
models/issue_comment.go Vedi File

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


Loading…
Annulla
Salva