From 6594009c6c7dda30d39688af750b77cbb06692b1 Mon Sep 17 00:00:00 2001 From: Tyler Struyk <tyler.struyk@uwaterloo.ca> Date: Thu, 18 Feb 2021 13:05:31 -0800 Subject: [PATCH] Fix profile from not working because of special alerts permissions that get installed --- uw_cfg_common.install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/uw_cfg_common.install b/uw_cfg_common.install index b427141f..13801df0 100644 --- a/uw_cfg_common.install +++ b/uw_cfg_common.install @@ -112,10 +112,8 @@ function uw_cfg_common_install() { ], ], 'Special alert' => [ - 'Use content type' => [ + 'Administer Display' => [ 'Site manager', - 'Content author', - 'Content editor', ], ], 'Web page' => [ -- GitLab