Skip to content
Snippets Groups Projects

Feature/istwcms 4874 l26yan make people and reports show on dashboard toolbar

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading