HOR-1502
add HOR-1502
This commit is contained in:
@@ -123,7 +123,13 @@ try {
|
|||||||
$aCurrentDerivation = array ('APP_UID' => $_SESSION['APPLICATION'],'DEL_INDEX' => $_SESSION['INDEX'],'APP_STATUS' => $sStatus,'TAS_UID' => $_SESSION['TASK'],'ROU_TYPE' => $_POST['form']['ROU_TYPE']
|
$aCurrentDerivation = array ('APP_UID' => $_SESSION['APPLICATION'],'DEL_INDEX' => $_SESSION['INDEX'],'APP_STATUS' => $sStatus,'TAS_UID' => $_SESSION['TASK'],'ROU_TYPE' => $_POST['form']['ROU_TYPE']
|
||||||
);
|
);
|
||||||
|
|
||||||
$arrayDerivationResult = $oDerivation->derivate($aCurrentDerivation, $_POST['form']['TASKS']);
|
$aPInformation = $oDerivation->prepareInformation( array ('USER_UID' => $_SESSION['USER_LOGGED'],'APP_UID' => $_SESSION['APPLICATION'],'DEL_INDEX' => $_SESSION['INDEX']
|
||||||
|
) );
|
||||||
|
|
||||||
|
//$_POST['form']['TASKS'] is the information after the cases_ScreenDerivation
|
||||||
|
$nextTasks = G::array_merges($aPInformation,$_POST['form']['TASKS']);
|
||||||
|
|
||||||
|
$arrayDerivationResult = $oDerivation->derivate($aCurrentDerivation, $nextTasks);
|
||||||
|
|
||||||
if (!empty($arrayDerivationResult)) {
|
if (!empty($arrayDerivationResult)) {
|
||||||
foreach ($_POST['form']['TASKS'] as $key => $value) {
|
foreach ($_POST['form']['TASKS'] as $key => $value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user