mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Clean up TagModel::getTagList()
This commit is contained in:
parent
aa237f8dd0
commit
7056a44396
3 changed files with 10 additions and 17 deletions
|
|
@ -13,7 +13,8 @@
|
|||
<condition operation="in" column="T.module_srl" var="module_srl" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="count" default="count" order="desc" />
|
||||
<index var="sort_index" default="count" order="order_type" order-default="desc" />
|
||||
<index var="count" order="desc" comment="For backward compatibility only" />
|
||||
<list_count var="list_count" default="20" />
|
||||
</navigation>
|
||||
<groups>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue