Merged in bugfix/HOR-3858 (pull request #6106)

HOR-3858

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
Approved-by: Paula Quispe <paula.quispe@processmaker.com>
This commit is contained in:
Marco Antonio Nina Mena
2017-10-19 22:01:43 +00:00
committed by Paula Quispe
2 changed files with 26 additions and 8 deletions

View File

@@ -178,7 +178,11 @@ class RBAC
'DEL' => array('PM_SETUP'),
'LST' => array('PM_SETUP'),
'TEST' => array('PM_SETUP')
)
),
'processes_GetFile.php' => [
'mailTemplates' => ['PM_FACTORY'],
'public' => ['PM_FACTORY']
]
);
}