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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user