Merged in bugfix/HOR-2274 (pull request #5338)

HOR-2274
This commit is contained in:
Julio Cesar Laura Avendaño
2017-01-19 21:43:59 +00:00

View File

@@ -2505,6 +2505,7 @@ class Processes
$data->processVariables[$key]['VAR_UID'] = $newGuid;
}
}
$data->uid["PROCESS_VARIABLES"] = $map;
}
} catch (Exception $e) {
@@ -2608,6 +2609,9 @@ class Processes
public function renewAll(&$oData)
{
$oData->uid = array();
if (isset($oData->process["PRO_PARENT"]) && isset($oData->process["PRO_UID"])) {
$oData->uid["PROCESS"] = array($oData->process["PRO_PARENT"] => $oData->process["PRO_UID"]);
}
$this->renewAllTaskGuid($oData);
$this->renewAllDynaformGuid($oData);