chg: [sharingGroup] Added navigation link to sharing-group-template

3.x-ui-sharinggroups
Sami Mokaddem 2023-08-04 14:29:41 +02:00
parent 7ab0590e68
commit a8239d2c89
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 8 additions and 0 deletions

View File

@ -5,4 +5,12 @@ require_once(APP . 'Controller' . DS . 'Component' . DS . 'Navigation' . DS . 'b
class SharingGroupsNavigation extends BaseNavigation
{
public function addLinks()
{
$this->bcf->addCustomLink('SharingGroups', 'index', '/sharing-group-blueprints', __('List Sharing Group Blueprints'), [
'icon' => 'ruler',
]);
}
}