BUG-13829 Advanced Search current User column no muestra el Dato correcto

Cuando se tiene una derivación en Paralelo la columna Current User que se muestra en la bandeja Advanced Search no es el correcto.
This commit is contained in:
norahmollo
2014-05-09 16:12:49 -04:00
parent d03a58fb0c
commit 15ce8e997a
4 changed files with 8 additions and 5 deletions

View File

@@ -408,7 +408,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 == "search" || $action == "todo" || $action == "selfservice" || $action == "unassigned" || $action == "to_reassign" || $action == "to_revise") || ($status == "TO_DO")) {
$distinct = false;
}