From a772ec9b0927d375c03117d21e233f800fbf4c93 Mon Sep 17 00:00:00 2001
From: l26yan <l26yan@uwaterloo.ca>
Date: Mon, 7 Jun 2021 16:09:19 -0400
Subject: [PATCH] ISTWCMS-4874 Need 'Manage'tool item

---
 uw_cfg_common.module | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/uw_cfg_common.module b/uw_cfg_common.module
index 6685fb6c..450f37d2 100644
--- a/uw_cfg_common.module
+++ b/uw_cfg_common.module
@@ -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 = [
-- 
GitLab