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'),