Merge branch 'develop' of github.com:cerebrate-project/cerebrate into develop

refacto/CRUDComponent
Sami Mokaddem 2023-02-23 14:59:10 +01:00
commit b4df0ce289
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
4 changed files with 4 additions and 3 deletions

View File

@ -57,7 +57,7 @@ echo $this->element('genericElements/IndexTable/index_table', [
'data_path' => 'url', 'data_path' => 'url',
], ],
[ [
'name' => __('Nationality'), 'name' => __('Country'),
'data_path' => 'nationality', 'data_path' => 'nationality',
], ],
[ [

View File

@ -16,6 +16,7 @@
'field' => 'url' 'field' => 'url'
), ),
array( array(
'label' => __('Country'),
'field' => 'nationality' 'field' => 'nationality'
), ),
array( array(

View File

@ -66,7 +66,7 @@ echo $this->element('genericElements/IndexTable/index_table', [
'data_path' => 'url', 'data_path' => 'url',
], ],
[ [
'name' => __('Nationality'), 'name' => __('Country'),
'data_path' => 'nationality', 'data_path' => 'nationality',
'sort' => 'nationality', 'sort' => 'nationality',
], ],

View File

@ -22,7 +22,7 @@ echo $this->element(
'path' => 'url' 'path' => 'url'
], ],
[ [
'key' => __('Nationality'), 'key' => __('Country'),
'path' => 'nationality' 'path' => 'nationality'
], ],
[ [