mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
최근 게시물 위젯에서 document_srl 정렬을 다시 list_order로 변경하고 공지사항을 무조건 빠지도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2385 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c3e85b349c
commit
eb77a802c6
2 changed files with 5 additions and 18 deletions
|
|
@ -8,11 +8,10 @@
|
|||
<conditions>
|
||||
<condition operation="in" column="module_srl" var="module_srl" filter="number" />
|
||||
<condition operation="equal" column="category_srl" var="category_srl" pipe="and" />
|
||||
<condition operation="more" column="document_srl" var="sort_document_index" pipe="and" />
|
||||
<condition operation="less" column="update_order" var="sort_update_index" pipe="and" />
|
||||
<condition operation="excess" column="list_order" var="avoid_notice" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="document_srl" order="order_type" />
|
||||
<index var="sort_index" default="list_order" order="order_type" />
|
||||
<list_count var="list_count" default="20" />
|
||||
</navigation>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue