fixing xpdl import
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
$sProUid = $oData->process['PRO_UID'];
|
||||
|
||||
$oData->process['PRO_UID_OLD']=$sProUid;
|
||||
if ( !isset( $oData->tasks) ) $oData->tasks = array();
|
||||
$tasks = $oData->tasks;
|
||||
// code added by gustavo cruz gustavo-at-colosa-dot-com
|
||||
// evaluate actions or import options
|
||||
|
||||
@@ -92,6 +92,7 @@
|
||||
die;
|
||||
}
|
||||
// end added code
|
||||
if ( !isset( $oData->tasks) ) $oData->tasks = array();
|
||||
$tasks = $oData->tasks;
|
||||
$oProcess->createProcessFromDataXpdl ($oData,$tasks);
|
||||
G::header('Location: processes_Map?PRO_UID=' . $sProUid);
|
||||
|
||||
Reference in New Issue
Block a user