BUG 8169 fixed error in Parallel Task
This commit is contained in:
@@ -613,7 +613,7 @@ class Derivation
|
|||||||
|
|
||||||
if ( $canDerivate ) {
|
if ( $canDerivate ) {
|
||||||
$aSP = isset($aSP) ? $aSP : null;
|
$aSP = isset($aSP) ? $aSP : null;
|
||||||
$this->doDerivation($currentDelegation, $nextDel, $appFields, $aSP);
|
$iNewDelIndex = $this->doDerivation($currentDelegation, $nextDel, $appFields, $aSP);
|
||||||
}
|
}
|
||||||
else { //when the task doesnt generate a new AppDelegation
|
else { //when the task doesnt generate a new AppDelegation
|
||||||
$iAppThreadIndex = $appFields['DEL_THREAD'];
|
$iAppThreadIndex = $appFields['DEL_THREAD'];
|
||||||
@@ -817,6 +817,7 @@ class Derivation
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} //end switch
|
} //end switch
|
||||||
|
return $iNewDelIndex;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* verifyIsCaseChild
|
/* verifyIsCaseChild
|
||||||
|
|||||||
Reference in New Issue
Block a user