Merged in qronald/processmaker/3.0.1-GA (pull request #2570)
fix in more sessions
This commit is contained in:
@@ -637,7 +637,11 @@ class Light extends Api
|
||||
$step = new \ProcessMaker\BusinessModel\Step();
|
||||
$step->setFormatFieldNameInUppercase(false);
|
||||
$step->setArrayParamException(array("stepUid" => "step_uid", "taskUid" => "act_uid", "processUid" => "prj_uid"));
|
||||
|
||||
$oMobile = new \ProcessMaker\BusinessModel\Light();
|
||||
$response = $oMobile->getUserData($userUid);
|
||||
$_SESSION["PROCESS"] = $prj_uid;
|
||||
$_SESSION["TASK"] = $act_uid;
|
||||
$_SESSION["USR_USERNAME"] = $response['firstName'];
|
||||
$cases = new \ProcessMaker\BusinessModel\Cases();
|
||||
foreach($triggers as $trigger){
|
||||
if (strtolower($trigger['st_type']) == $type) {
|
||||
|
||||
Reference in New Issue
Block a user