BUG 7196 fixed issue with Processes filter in the Unsigned area
This commit is contained in:
@@ -122,6 +122,8 @@
|
|||||||
$processes[] = array ( '', G::LoadTranslation('ID_ALL_PROCESS') );
|
$processes[] = array ( '', G::LoadTranslation('ID_ALL_PROCESS') );
|
||||||
|
|
||||||
//get the list based in the action provided
|
//get the list based in the action provided
|
||||||
|
|
||||||
|
// G::pr($action);die;
|
||||||
switch ( $action ) {
|
switch ( $action ) {
|
||||||
case 'draft' :
|
case 'draft' :
|
||||||
$cProcess = $oAppCache->getDraftListCriteria($userUid); //fast enough
|
$cProcess = $oAppCache->getDraftListCriteria($userUid); //fast enough
|
||||||
@@ -161,7 +163,7 @@
|
|||||||
|
|
||||||
return $processes;
|
return $processes;
|
||||||
break;
|
break;
|
||||||
case 'selfservice' :
|
case 'unassigned' :
|
||||||
$cProcess = $oAppCache->getUnassignedListCriteria($userUid);
|
$cProcess = $oAppCache->getUnassignedListCriteria($userUid);
|
||||||
break;
|
break;
|
||||||
case 'paused' :
|
case 'paused' :
|
||||||
|
|||||||
Reference in New Issue
Block a user