소스 검색

Fix order of comments (#2835)

tags/v1.3.0-rc1
Morlinest 6 년 전
부모
커밋
95637e046f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      models/issue_comment.go

+ 1
- 0
models/issue_comment.go 파일 보기

@@ -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…
취소
저장