Add permission for generateBpmn

This commit is contained in:
Paula Quispe
2017-08-07 11:32:07 -04:00
parent 0480444871
commit c366a68d37

View File

@@ -125,7 +125,7 @@ class RBAC
'saveProperties' => array(), 'saveProperties' => array(),
'getCaledarList' => array(), 'getCaledarList' => array(),
'getPMVariables' => array(), 'getPMVariables' => array(),
'generateBpmn' => array() 'generateBpmn' => array('PM_FACTORY')
), ),
'home.php' => array( 'home.php' => array(
'login' => array('PM_LOGIN'), 'login' => array('PM_LOGIN'),