Merge pull request #2124 from marcoAntonioNina/BUG-13402

BUG-13402 SOLR esta tratando de mostar la lista de casos para la carpeta... SOLVED
This commit is contained in:
julceslauhub
2013-11-08 08:29:19 -08:00
2 changed files with 83 additions and 21 deletions

View File

@@ -289,7 +289,7 @@ function getAllCounters ()
$aCount = $ApplicationSolrIndex->getCasesCount( $userUid );
//get paused count
$aCountMissing = $oAppCache->getAllCounters( array ('paused','completed','cancelled'), $userUid );
$aCountMissing = $oAppCache->getAllCounters( array ('completed','cancelled'), $userUid );
$aCount = array_merge( $aCount, $aCountMissing );
} else {