Merged in bugfix/HOR-3612 (pull request #6190)

HOR-3612

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Paula Quispe
2017-12-01 13:27:44 +00:00
committed by Julio Cesar Laura Avendaño
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];