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',
],
[
'name' => __('Nationality'),
'name' => __('Country'),
'data_path' => 'nationality',
],
[

View File

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

View File

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

View File

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