Commit 34ebf49e authored by dockx thibault's avatar dockx thibault
Browse files

Merge branch '6343-core-new-directory-structure-numbering' into 'dev'

Resolve "[CORE] - New directory structure numbering"

See merge request fusiondirectory/fd!1089
No related merge requests found
Showing with 11 additions and 11 deletions
+11 -11
......@@ -39,7 +39,7 @@ class configInLdap extends simplePlugin
'ou' => preg_replace('/^[^,]+,/', '', CONFIGRDN)
]
],
'plSection' => ['conf' => ['name' => _('Configuration'), 'priority' => 20]],
'plSection' => ['conf' => ['name' => _('Configuration'), 'priority' => 7]],
'plManages' => ['configuration'],
'plPriority' => 0,
......
......@@ -32,8 +32,8 @@ class pluginsManager extends simplePlugin
],
'plTitle' => _('Plugins Manager'),
'plIcon' => 'geticon.php?context=applications&icon=pluginManager&size=48',
'plSection' => ['Dashboard' => ['name' => _('Dashboard'), 'priority' => 30]],
'plPriority' => 10,
'plSection' => 'Dashboard',
'plPriority' => 1,
'plDescription' => _('Provide a reporting mechanism of installed plugins'),
'plProvidedAcls' => [
'pluginManager' => _('See pluginManager')
......
......@@ -51,8 +51,8 @@ class tasksDashboard extends management
'plDescription' => _('Provide a reporting mechanism for tasks'),
'plTitle' => _('Tasks Dashboard'),
'plIcon' => 'geticon.php?context=applications&icon=tasks-dashboard&size=48',
'plSection' => ['Dashboard' => ['name' => _('Dashboard'), 'priority' => 30]],
'plPriority' => 10,
'plSection' => ['Dashboard' => ['name' => _('Dashboard'), 'priority' => 4]],
'plPriority' => 0,
'plManages' => ['tasksGranular'],
'plProvidedAcls' => [],
];
......
......@@ -148,7 +148,7 @@ class aclManagement extends management
'plDescription' => _('Manage ACL roles assignments to users'),
'plIcon' => 'geticon.php?context=categories&icon=acl&size=48',
'plSection' => 'accessControl',
'plPriority' => 2,
'plPriority' => 1,
'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' => ['accessControl' => ['name' => _('Access Control'), 'priority' => 11]],
'plPriority' => 1,
'plSection' => ['accessControl' => ['name' => _('Access Control'), 'priority' => 1]],
'plPriority' => 0,
'plCategory' => ['acl'],
'plManages' => ['aclRole'],
......
......@@ -36,8 +36,8 @@ class mailTemplateManagement extends management
'plDescription' => _('Manages mails templates'),
'plIcon' => 'geticon.php?context=applications&icon=mail-template&size=48',
'plManages' => ['mailTemplate'],
'plSection' => ['workflow' => ['name' => _('Workflow'), 'priority' => 29]],
'plPriority' => 1,
'plSection' => ['workflow' => ['name' => _('Workflow'), 'priority' => 2]],
'plPriority' => 0,
'plProvidedAcls' => [],
];
}
......
......@@ -44,7 +44,7 @@ class tasksManagement extends management
'plTitle' => _('Tasks'),
'plIcon' => 'geticon.php?context=applications&icon=tasks&size=48',
'plSection' => 'workflow',
'plPriority' => 2,
'plPriority' => 1,
'plManages' => ['tasks'],
'plProvidedAcls' => [],
];
......
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