Skip to content
Snippets Groups Projects

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

1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -237,8 +237,7 @@ function uw_cfg_common_toolbar_alter(&$items) {
// Adjust toolbar for non-admin users.
if ($current_user->hasPermission('administer users')) {
// Remove "Manage" toolbar item.
unset($items['administration']);
// Add links to "Workbench". 'dashboards' is renamed in
// uw_dashboard_toolbar_alter().
$links = [
Loading