Merged in luisfernandosl/processmaker/PM-691 (pull request #1064)

PM 691 "Al realizar una busqueda con..." SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2014-10-27 08:26:38 -04:00

View File

@@ -417,7 +417,7 @@ class Applications
//Check also $distinct in the method getListCounters(), this in AppCacheView.php
$distinct = true;
if (($action == "search" || $action == "todo" || $action == "selfservice" || $action == "unassigned" || $action == "to_reassign" || $action == "to_revise") || ($status == "TO_DO")) {
if (($action == "todo" || $action == "selfservice" || $action == "unassigned" || $action == "to_reassign" || $action == "to_revise") || ($status == "TO_DO")) {
$distinct = false;
}