Merged in bugfix/PMCORE-2503 (pull request #7779)

PMCORE-2503

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Andrea Adamczyk
2021-01-27 19:02:00 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -191,6 +191,7 @@ abstract class Importer
$name = $name . ' ' . date('Y-m-d H:i:s'); $name = $name . ' ' . date('Y-m-d H:i:s');
} }
} }
$this->importData["tables"]["workflow"]["process"][0]["PRO_CREATE_DATE"] = $obj->getProCreateDate();
} }
//Shouldn't generate new UID for all objects //Shouldn't generate new UID for all objects
/*----------------------------------********---------------------------------*/ /*----------------------------------********---------------------------------*/