chg: [org index] sort on metafields

pull/9163/head
iglocska 2023-06-26 10:05:29 +02:00
parent 8d0e1981f7
commit 62f8f290e6
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 3 additions and 0 deletions

View File

@ -91,16 +91,19 @@ echo $this->element('/genericElements/IndexTable/index_table', [
],
[
'name' => __('Nationality'),
'sort' => 'Organisation.nationality',
'data_path' => 'Organisation',
'class' => 'short',
'element' => 'country',
],
[
'name' => __('Sector'),
'sort' => 'Organisation.sector',
'data_path' => 'Organisation.sector',
],
[
'name' => __('Type'),
'sort' => 'Organisation.type',
'data_path' => 'Organisation.type',
],
[