From 2173b421cc0fe6f9e5e897e3ce5e9ef23d6f4287 Mon Sep 17 00:00:00 2001 From: l26yan <l26yan@uwaterloo.ca> Date: Tue, 11 May 2021 15:20:33 -0400 Subject: [PATCH] ISTWCMS-4794 Add rearrange profiles permission --- uw_cfg_common.permissions.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uw_cfg_common.permissions.yml b/uw_cfg_common.permissions.yml index acf5f220..42bd70c0 100644 --- a/uw_cfg_common.permissions.yml +++ b/uw_cfg_common.permissions.yml @@ -22,3 +22,6 @@ 'rearrange contacts': title: 'Rearrange contacts' description: 'Allows access to the rearrange contacts page.' +'rearrange profiles': + title: 'Rearrange profiles' + description: 'Allows access to the rearrange profiles page.' -- GitLab