From ed848e9ceeaa7dc5eafc198fa64d59f0a1952c63 Mon Sep 17 00:00:00 2001 From: iglocska Date: Wed, 24 Nov 2021 01:26:55 +0100 Subject: [PATCH] chg: [sharing groups] show owner org on the index --- templates/SharingGroups/index.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/SharingGroups/index.php b/templates/SharingGroups/index.php index 6076c6c..2aae744 100644 --- a/templates/SharingGroups/index.php +++ b/templates/SharingGroups/index.php @@ -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',