Merged in qronald/processmaker/PM-3454 (pull request #2731)
PM-3454: El issue presenta un error al momento de guardar APP_UID y USER_LOGGED
This commit is contained in:
@@ -1598,6 +1598,9 @@ class Cases
|
||||
throw (new \Exception(\G::LoadTranslation("ID_NO_PERMISSION_NO_PARTICIPATED", array($usr_uid))));
|
||||
}
|
||||
|
||||
$_SESSION['APPLICATION'] = $app_uid;
|
||||
$_SESSION['USER_LOGGED'] = $usr_uid;
|
||||
|
||||
$case = new \Cases();
|
||||
$fields = $case->loadCase($app_uid);
|
||||
$_POST['form'] = $app_data;
|
||||
|
||||
Reference in New Issue
Block a user