From 95d5612a21184268d4038e613c17abbf071721ce Mon Sep 17 00:00:00 2001 From: l26yan <l26yan@uwaterloo.ca> Date: Mon, 5 Jul 2021 08:52:06 -0400 Subject: [PATCH] ISTWCMS-4915 Content editor should have 'update any media' permission --- config/install/user.role.uw_role_content_editor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/install/user.role.uw_role_content_editor.yml b/config/install/user.role.uw_role_content_editor.yml index 5a7e1452..9bb0b554 100644 --- a/config/install/user.role.uw_role_content_editor.yml +++ b/config/install/user.role.uw_role_content_editor.yml @@ -134,6 +134,7 @@ permissions: - 'revert uw_ct_site_footer revisions' - 'revert uw_ct_web_page revisions' - 'revert uw_news_item revisions' + - 'update any media' - 'update paragraph content uw_para_call_to_action' - 'update paragraph content uw_para_call_to_action_text' - 'update paragraph content uw_para_ec_item' -- GitLab