BUG 7196 fixed issue with Processes filter in the Unsigned area

This commit is contained in:
Alvaro Campos
2011-07-20 17:54:52 -04:00
parent a43949b621
commit 4bfd4dde2b

View File

@@ -122,6 +122,8 @@
$processes[] = array ( '', G::LoadTranslation('ID_ALL_PROCESS') );
//get the list based in the action provided
// G::pr($action);die;
switch ( $action ) {
case 'draft' :
$cProcess = $oAppCache->getDraftListCriteria($userUid); //fast enough
@@ -161,7 +163,7 @@
return $processes;
break;
case 'selfservice' :
case 'unassigned' :
$cProcess = $oAppCache->getUnassignedListCriteria($userUid);
break;
case 'paused' :