Commit 7ef544a7 authored by dockx thibault's avatar dockx thibault
Browse files

Merge branch '6282-core-re-structuration-of-sections-and-related-menu-entries' into '1.4-dev'

Resolve "[Core] - Re-structuration of sections and related menu entries"

Closes #6282

See merge request fusiondirectory/fd!1047
Showing with 3 additions and 3 deletions
+3 -3
......@@ -1155,7 +1155,7 @@ class config
}
}
unset($infos);
$this->data['SECTIONS']['personal'] = ['NAME' => _('My account'), 'PRIORITY' => 40];
$this->data['SECTIONS']['personal'] = ['NAME' => _('My account'), 'PRIORITY' => 60];
$personal = [];
foreach ($this->data['TABS']['USERTABS'] as $tab) {
if ($plist->info[$tab['CLASS']]['plSelfModify']) {
......
......@@ -27,7 +27,7 @@ class pluginsManager extends simplePlugin
'plObjectType' => ['tasks'],
'plTitle' => _('Plugins Manager'),
'plIcon' => 'geticon.php?context=applications&icon=tasks-dashboard&size=48',
'plSection' => ['Dashboard' => ['name' => _('Dashboard'), 'priority' => 50]],
'plSection' => ['Dashboard' => ['name' => _('Dashboard'), 'priority' => 30]],
'plPriority' => 10,
'plDescription' => _('Provide a reporting mechanism of installed plugins'),
'plProvidedAcls' => []
......
......@@ -52,7 +52,7 @@ 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' => 50]],
'plSection' => ['Dashboard' => ['name' => _('Dashboard'), 'priority' => 30]],
'plPriority' => 10,
'plManages' => ['tasksGranular'],
'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