Merged in julceslau/processmaker (pull request #1585)

PM-1774 No esta grabando el diseńo de un parallel join en el diseńador SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2015-03-05 13:45:59 -04:00

View File

@@ -462,6 +462,7 @@ try {
break;
case 5:
$sType = 'SEC-JOIN';
$oProcessNewPattern = new Process();
$taskProcess=$oProcessNewPattern->load($oData->pro_uid);
$titleProcess=$taskProcess['PRO_TITLE'];
$oTaskNewPattern = new Task();
@@ -478,6 +479,7 @@ try {
break;
case 8:
$sType = 'DISCRIMINATOR';
$oProcessNewPattern = new Process();
$taskProcess=$oProcessNewPattern->load($oData->pro_uid);
$titleProcess=$taskProcess['PRO_TITLE'];
$oTaskNewPattern = new Task();