This commit is contained in:
Paula Quispe
2017-11-20 12:51:52 -04:00
parent c7b6c4128c
commit c6958575b7
2 changed files with 35 additions and 28 deletions

View File

@@ -185,6 +185,12 @@ class RBAC
'processes_GetFile.php' => [
'mailTemplates' => ['PM_FACTORY'],
'public' => ['PM_FACTORY']
],
'tools/ajaxListener.php' => [
'getList' => ['PM_SETUP'],
'save' => ['PM_SETUP'],
'delete' => ['PM_SETUP'],
'rebuild' => ['PM_SETUP']
]
];
$this->aliasPermissions['PM_CASES'] = [self::PM_GUEST_CASE];