review permissions

This commit is contained in:
Ronald Quenta
2017-08-07 02:37:39 -04:00
parent 70bbade5e0
commit 517fce5b3d

View File

@@ -149,8 +149,8 @@ class RBAC
'getUsers' => array('PM_ALLCASES')
),
'emailsAjax.php' => array(
'MessageList' => array('PM_USERS'),
'updateStatusMessage' => array('PM_USERS'),
'MessageList' => array('PM_SETUP', 'PM_SETUP_LOGS'),
'updateStatusMessage' => array(),
)
);
}