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