This commit is contained in:
dheeyi
2016-03-29 13:55:42 -04:00
parent 1ca67362f1
commit 0bce53aa4c
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ class DynaformsMigrator implements Importable, Exportable
public function import($data, $replace)
{
try {
if (!$replace) {
if ($replace) {
$this->processes->createDynaformRows($data);
} else {
$this->processes->addNewDynaformRows($data);

View File

@@ -129,7 +129,6 @@ class ProcessDefinitionMigrator implements Importable, Exportable
$oData->emailEvent = $this->processes->getEmailEvent($prj_uid);
$oData->abeConfiguration = $this->processes->getActionsByEmail($prj_uid);
$oData->processUser = $this->processes->getProcessUser($prj_uid);
$oData->groupwfs = $this->processes->groupwfsMerge($oData->groupwfs, $oData->processUser, "USR_UID");
$oData->process["PRO_TYPE_PROCESS"] = "PUBLIC";
$result = array(