Merged in victorsl/processmaker/PM-844 (pull request #1142)

PM-844 "La paginacion de los listados en Participated..." SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2014-11-04 12:34:46 -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 == "todo" || $action == "selfservice" || $action == "unassigned" || $action == "to_reassign" || $action == "to_revise") || ($status == "TO_DO")) {
if ($action != "sent" && (($action == "todo" || $action == "selfservice" || $action == "unassigned" || $action == "to_reassign" || $action == "to_revise") || ($status == "TO_DO"))) {
$distinct = false;
}