Merged in bugfix/PMCORE-3551 (pull request #8298)
PMCORE-3551 Data from external database is not displayed in Actions By Email view Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -34,6 +34,9 @@ if (isset($_GET['BROWSER_TIME_ZONE_OFFSET'])) {
|
|||||||
|
|
||||||
$caseFields = $case->loadCase($applicationUid, $delIndex);
|
$caseFields = $case->loadCase($applicationUid, $delIndex);
|
||||||
|
|
||||||
|
//this value is only important for Propel::getConnection()
|
||||||
|
$_SESSION['PROCESS'] = $caseFields['PRO_UID'];
|
||||||
|
|
||||||
// Updating case variables with system constants
|
// Updating case variables with system constants
|
||||||
$systemConstants = G::getSystemConstants();
|
$systemConstants = G::getSystemConstants();
|
||||||
$caseFields['APP_DATA']['USER_LOGGED'] = $systemConstants['USER_LOGGED'];
|
$caseFields['APP_DATA']['USER_LOGGED'] = $systemConstants['USER_LOGGED'];
|
||||||
|
|||||||
Reference in New Issue
Block a user