SAAS-1019: Re-work Navigation Menu
Added user settings to the Settings sub-menu
This commit is contained in:
parent
e5f5ff4c88
commit
38022f4ff0
2 changed files with 9 additions and 0 deletions
|
@ -34,6 +34,12 @@ $pages = array(
|
|||
'module' => 'default',
|
||||
'controller' => 'Preference'
|
||||
),
|
||||
array(
|
||||
'label' => _('My Profile'),
|
||||
'controller' => 'user',
|
||||
'action' => 'edit-user',
|
||||
'resource' => 'user'
|
||||
),
|
||||
array(
|
||||
'label' => _('Users'),
|
||||
'module' => 'default',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue