From 5041a57e08dc8cfc41d0d680c19d5c8b1c9a1d5f Mon Sep 17 00:00:00 2001 From: iglocska Date: Sat, 4 Dec 2021 23:58:42 +0100 Subject: [PATCH] fix: [sharing groups] index members column fixed --- templates/SharingGroups/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/SharingGroups/index.php b/templates/SharingGroups/index.php index 96315e6..946d19a 100644 --- a/templates/SharingGroups/index.php +++ b/templates/SharingGroups/index.php @@ -49,7 +49,7 @@ echo $this->element('genericElements/IndexTable/index_table', [ ], [ 'name' => __('Members'), - 'data_path' => 'alignments', + 'data_path' => 'sharing_group_orgs', 'element' => 'count_summary', 'url' => '/sharingGroups/view/{{id}}', 'url_data_path' => 'id'