Merge pull request 'fix: ClaimList orderBy priority' (!1128) from warmfix_claimList_orderBy into test
Reviewed-on: #1128 Reviewed-by: Carlos Satorres <carlossa@verdnatura.es>
This commit is contained in:
commit
43af53da38
|
@ -131,7 +131,7 @@ const STATE_COLOR = {
|
|||
<VnTable
|
||||
data-key="ClaimList"
|
||||
url="Claims/filter"
|
||||
:order="['priority ASC', 'created ASC']"
|
||||
:order="['t.priority ASC', 'created ASC']"
|
||||
:columns="columns"
|
||||
redirect="claim"
|
||||
:right-search="false"
|
||||
|
|
Loading…
Reference in New Issue