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
|
<VnTable
|
||||||
data-key="ClaimList"
|
data-key="ClaimList"
|
||||||
url="Claims/filter"
|
url="Claims/filter"
|
||||||
:order="['priority ASC', 'created ASC']"
|
:order="['t.priority ASC', 'created ASC']"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
redirect="claim"
|
redirect="claim"
|
||||||
:right-search="false"
|
:right-search="false"
|
||||||
|
|
Loading…
Reference in New Issue