PM-2923 "0017509: El caso que se derivo a un grupo no..." SOLVED

Issue:
    0017509: El caso que se derivo a un grupo no aparece en la bandeja "Sin asignar"
Cause:
    No se estan usando las variables del caso del sub-proceso para el registro en la tabla "APP_ASSIGN_SELF_SERVICE_VALUE"
Solution:
    Se define el uso de las variables del caso del sub-proceso
This commit is contained in:
Victor Saisa Lopez
2015-07-28 10:29:41 -04:00
parent 1615c40583
commit 76f9b0a90d
2 changed files with 18 additions and 51 deletions

View File

@@ -6649,19 +6649,6 @@ class Cases
}
}
public function discriminateCases($aData)
{
$siblingThreadData = $this->GetAllOpenDelegation($aData);
foreach ($siblingThreadData as $thread => $threadData) {
$this->closeAppThread($aData['APP_UID'], $threadData['DEL_INDEX']); //Close Sibling AppThreads
$this->CloseCurrentDelegation($aData['APP_UID'], $threadData['DEL_INDEX']); //Close Sibling AppDelegations
//update searchindex
if ($this->appSolr != null) {
$this->appSolr->updateApplicationSearchIndex($aData['APP_UID']);
}
}
}
/*
* We're getting all threads in a task
*