Преглед изворни кода

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…
Откажи
Сачувај