chg: [sharing groups] show owner org on the index
parent
061f3fc468
commit
ed848e9cee
|
@ -35,6 +35,11 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
||||||
'class' => 'short',
|
'class' => 'short',
|
||||||
'data_path' => 'name',
|
'data_path' => 'name',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'name' => __('Owner'),
|
||||||
|
'class' => 'short',
|
||||||
|
'data_path' => 'organisation.name'
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'name' => __('UUID'),
|
'name' => __('UUID'),
|
||||||
'sort' => 'uuid',
|
'sort' => 'uuid',
|
||||||
|
|
Loading…
Reference in New Issue