[Promotion Manager] Import is changing 'custom' process type always to bpmn type
This commit is contained in:
dheeyi william
2017-04-04 14:46:56 -04:00
parent d7a7962609
commit 3892a07e83
3 changed files with 10 additions and 1 deletions

View File

@@ -176,7 +176,7 @@ class Process extends BaseProcess
$this->setProParent( $sNewProUid );
$this->setProTime( 1 );
$this->setProTimeunit( 'DAYS' );
$this->setProStatus( 'ACTIVE' );
$this->setProStatus((isset($aData["PRO_STATUS"])) ? $aData["PRO_STATUS"] : 'ACTIVE');
$this->setProTypeDay( '' );
$this->setProType((isset($aData["PRO_TYPE"]))? $aData["PRO_TYPE"]: "NORMAL");
$this->setProAssignment( 'FALSE' );