Merge branch 'release/3.2' of bitbucket.org:colosa/processmaker into feature/HOR-2440

This commit is contained in:
Paula Quispe
2017-02-09 12:50:46 -04:00
41 changed files with 579 additions and 396 deletions

View File

@@ -2507,6 +2507,7 @@ class Processes
$data->processVariables[$key]['VAR_UID'] = $newGuid;
}
}
$data->uid["PROCESS_VARIABLES"] = $map;
}
} catch (Exception $e) {
@@ -2610,6 +2611,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);