Add sort options to declared document/comment list

- 신고된 문서 열람 화면에서 작성일순 정렬 옵션 추가 (최근 신고순 옵션은 이미 있음)
- 신고된 댓글 열람 화면에서 작성일순, 최근 신고순 정렬 옵션 추가
- 신고된 문서와 댓글 열람 화면에서 일관성있는 표시를 위해 컬럼 순서를 일부 조정
This commit is contained in:
Kijin Sung 2018-04-22 09:55:45 +09:00
parent eacf1c43f0
commit be9d357f51
6 changed files with 121 additions and 24 deletions

View file

@ -7,7 +7,8 @@
<column name="*" />
</columns>
<conditions>
<condition operation="in" column="comments.comment_srl" default="comment_declared.comment_srl" />
<condition operation="equal" column="comments.comment_srl" default="comment_declared.comment_srl" />
<condition operation="more" column="comment_declared.declared_count" default="1" pipe="and" />
</conditions>
<navigation>
<index var="sort_index" default="comment_declared.declared_count" order="order_type" />