PMCORE-3551 Data from external database is not displayed in Actions By Email view

This commit is contained in:
Roly Gutierrez
2021-11-25 13:00:58 -04:00
parent 90948c3473
commit 76c1a45d43

View File

@@ -34,6 +34,9 @@ if (isset($_GET['BROWSER_TIME_ZONE_OFFSET'])) {
$caseFields = $case->loadCase($applicationUid, $delIndex);
//this value is only important for Propel::getConnection()
$_SESSION['PROCESS'] = $caseFields['PRO_UID'];
// Updating case variables with system constants
$systemConstants = G::getSystemConstants();
$caseFields['APP_DATA']['USER_LOGGED'] = $systemConstants['USER_LOGGED'];