PMC-1459 It is not possible to export processes

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-12-23 12:36:40 -04:00
parent 21b2eddc89
commit 2871f02a04
6 changed files with 1131 additions and 41 deletions

View File

@@ -1017,6 +1017,9 @@ class Processes
$map[$val['DYN_UID']] = $newGuid;
$oData->dynaforms[$key]['DYN_UID'] = $newGuid;
unset($oData->dynaforms[$key]['DYN_ID']);
//this is important when UID's is updated
$oData->dynaforms[$key]['DYN_FILENAME'] = $oData->dynaforms[$key]['PRO_UID'] . "/" . $oData->dynaforms[$key]['DYN_UID'];
}
$oData->uid["DYNAFORM"] = $map;