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