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',
|
||||
'data_path' => 'name',
|
||||
],
|
||||
[
|
||||
'name' => __('Owner'),
|
||||
'class' => 'short',
|
||||
'data_path' => 'organisation.name'
|
||||
],
|
||||
[
|
||||
'name' => __('UUID'),
|
||||
'sort' => 'uuid',
|
||||
|
|
Loading…
Reference in New Issue