fix a typo in the updated sortBy code
This commit is contained in:
parent
792109761b
commit
fa505a3ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ sub definition {
|
||||||
},
|
},
|
||||||
sortBy =>{
|
sortBy =>{
|
||||||
fieldType=>"selectBox",
|
fieldType=>"selectBox",
|
||||||
defaultValue=>'revisionDate',
|
defaultValue=>'assetData.revisionDate',
|
||||||
tab=>'display',
|
tab=>'display',
|
||||||
options=>\%sortByOptions,
|
options=>\%sortByOptions,
|
||||||
label=>$i18n->get('sort by'),
|
label=>$i18n->get('sort by'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue