PM-1232 "En IE no se visualiza correctamente la importacion de un proceso bpmn" SOLVED

This commit is contained in:
Freddy Daniel Rojas Valda
2015-01-16 11:29:57 -04:00
parent 634f05541c
commit 92874f735f

View File

@@ -769,6 +769,12 @@ class Processes
}
}
if (isset($oData->processVariables)) {
foreach ($oData->processVariables as $key => $value) {
$oData->processVariables[$key]["PRJ_UID"] = $sNewProUid;
}
}
return true;
}