From 7f42a728d52733ec20a4209d6053133d3f5ef4c6 Mon Sep 17 00:00:00 2001 From: iglocska Date: Thu, 25 Jun 2020 01:46:45 +0200 Subject: [PATCH] new: [trust circles] menues added --- src/Model/Table/AppTable.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/Model/Table/AppTable.php b/src/Model/Table/AppTable.php index 9c9f8d3..ff37e68 100644 --- a/src/Model/Table/AppTable.php +++ b/src/Model/Table/AppTable.php @@ -103,6 +103,28 @@ class AppTable extends Table ] ] ], + 'Trust Circles' => [ + 'SharingGroups' => [ + 'label' => __('Sharing Groups'), + 'url' => '/sharingGroups/index', + 'children' => [ + 'index' => [ + 'url' => '/sharingGroups/index', + 'label' => __('List sharing groups') + ], + 'add' => [ + 'url' => '/SharingGroups/add', + 'label' => __('Add sharing group') + ], + 'edit' => [ + 'url' => '/SharingGroups/edit/{{id}}', + 'label' => __('Edit sharing group'), + 'actions' => ['edit'], + 'skipTopMenu' => 1 + ] + ] + ] + ], 'Administration' => [ 'Roles' => [ 'label' => __('Roles'),