Commit 70985858 authored by dockx thibault's avatar dockx thibault
Browse files

Merge branch...

Merge branch '6330-new-section-workflow-to-integrate-sub-menu-such-as-mail-template-and-tasks' into 'dev'

Resolve "[new section] - Workflow to integrate sub menu such as mail template and tasks"

See merge request fusiondirectory/fd!1088
Showing with 4 additions and 4 deletions
+4 -4
......@@ -147,8 +147,8 @@ class aclManagement extends management
'plTitle' => _('ACL assignments management'),
'plDescription' => _('Manage ACL roles assignments to users'),
'plIcon' => 'geticon.php?context=categories&icon=acl&size=48',
'plSection' => 'accounts',
'plPriority' => 28,
'plSection' => 'accessControl',
'plPriority' => 2,
'plManages' => ['aclAssignment'],
'plProvidedAcls' => []
......
......@@ -27,8 +27,8 @@ class aclRoleManagement extends management
'plTitle' => _('ACL roles management'),
'plDescription' => _('Manage ACL roles'),
'plIcon' => 'geticon.php?context=categories&icon=acl&size=48',
'plSection' => 'accounts',
'plPriority' => 27,
'plSection' => ['accessControl' => ['name' => _('Access Control'), 'priority' => 11]],
'plPriority' => 1,
'plCategory' => ['acl'],
'plManages' => ['aclRole'],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment