Skip to content
Snippets Groups Projects
Commit 34298d0e authored by l26yan's avatar l26yan Committed by Kevin Paxman
Browse files

ISTWCMS-4874 Use 'administer users' instead of 'access manage toolbar item'

parent ba837733
No related branches found
No related tags found
2 merge requests!111Tag 1.0.1,!108Feature/istwcms 4874 l26yan make people and reports show on dashboard toolbar
......@@ -241,7 +241,7 @@ function uw_cfg_common_toolbar_alter(&$items) {
}
// Adjust toolbar for non-admin users.
if (!$current_user->hasPermission('access manage toolbar item')) {
if ($current_user->hasPermission('administer users')) {
// Remove "Manage" toolbar item.
unset($items['administration']);
// Add links to "Workbench". 'dashboards' is renamed in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment