Merged in bugfix/PMC-1244 (pull request #7088)
PMC-1244 pmfUpdateUser/pmfCreateUser don't work from execute on case create and Start Timer Event Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -236,8 +236,8 @@ try {
|
||||
config(['database.connections.workflow.port' => $dbHost[1]]);
|
||||
}
|
||||
|
||||
//Enable RBAC
|
||||
$rbac = RBAC::getSingleton(PATH_DATA, session_id());
|
||||
//Enable RBAC, We need to keep both variables in upper and lower case.
|
||||
$rbac = $RBAC = RBAC::getSingleton(PATH_DATA, session_id());
|
||||
$rbac->sSystem = 'PROCESSMAKER';
|
||||
|
||||
if (!defined('DB_ADAPTER')) {
|
||||
|
||||
Reference in New Issue
Block a user