Preserve PRO_ID and TAS_ID in granular process import.
This commit is contained in:
davidcallizaya
2017-03-06 17:17:48 -04:00
parent 86442fa42d
commit 6a977612ad
7 changed files with 47 additions and 12 deletions

View File

@@ -165,6 +165,9 @@ class Process extends BaseProcess
} while ($this->processExists( $sNewProUid ));
} else {
$sNewProUid = $aData['PRO_UID'];
if (!empty($aData['PRO_ID'])) {
$this->setProId($aData['PRO_ID']);
}
}
$this->setProUid( $sNewProUid );