mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Fix #892 deleted documents and inconsistent counts in declared list
This commit is contained in:
parent
905985cdfa
commit
28d5f12cf1
2 changed files with 12 additions and 6 deletions
|
|
@ -7,7 +7,8 @@
|
|||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="in" column="documents.document_srl" default="document_declared.document_srl" />
|
||||
<condition operation="equal" column="documents.document_srl" default="document_declared.document_srl" />
|
||||
<condition operation="more" column="document_declared.declared_count" default="1" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="document_declared.declared_count" order="order_type" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue