new: [trust circles] menues added

pull/17/head
iglocska 2020-06-25 01:46:45 +02:00
parent df49374103
commit 7f42a728d5
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 22 additions and 0 deletions

View File

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