fix: [brood preview] indeces fixed

refacto/CRUDComponent
iglocska 2023-10-05 11:30:06 +02:00
parent 6d6a0ec993
commit 58f75e44c1
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ echo $this->element('genericElements/IndexTable/index_table', [
'class' => 'short',
'data_path' => 'status',
'sort' => 'status',
'display_field_data_path' => 'email',
'element' => 'brood_sync_status',
],
[

View File

@ -37,6 +37,7 @@ echo $this->element('genericElements/IndexTable/index_table', [
'class' => 'short',
'data_path' => 'status',
'sort' => 'status',
'display_field_data_path' => 'name',
'element' => 'brood_sync_status',
],
[