BUG 9944 Process Supervisors should be able to reassign to Ad Hoc Users SOLVED

- Process Supervisors can only reassign cases to Users&User Groups on menu Process Supervisor\Reassign. They can not reassign to Users&User Groups (Ad Hoc)
- Adjustment in the selection on Ad Hoc
This commit is contained in:
Hector Cortez
2013-01-02 16:00:03 -04:00
parent 142b505bf0
commit f2d7b61e49

View File

@@ -6263,7 +6263,6 @@ class Cases
// Group Ad Hoc
$oTasks = new Tasks();
$aAux = $oTasks->getGroupsOfTask($TAS_UID, 2);
$row = array();
$groups = new Groups();
foreach ($aAux as $aGroup) {
$aUsers = $groups->getUsersOfGroup($aGroup['GRP_UID']);