PMC-138 Assigned user lost in case of Custom Import (Promotion Manager)

This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-11-01 12:28:55 -04:00
parent 4806c865f3
commit 3e3ef93816
21 changed files with 11650 additions and 47 deletions

View File

@@ -4807,9 +4807,7 @@ class Processes
$oData->abeConfiguration = $this->getActionsByEmail($sProUid);
$oData->elementTask = $this->getElementTaskRelation($sProUid);
$oData->groupwfs = $this->groupwfsMerge($oData->groupwfs, $oData->processUser, "USR_UID");
$oData->process["PRO_TYPE_PROCESS"] = "PUBLIC";
//Return
return $oData;
}