PMCORE-2682

This commit is contained in:
Paula Quispe
2021-01-12 10:20:21 -04:00
parent 31bd5f1876
commit d61bcfd06c

View File

@@ -128,8 +128,6 @@ class Supervising extends AbstractCases
$query->joinApplication(); $query->joinApplication();
// Only cases in to_do // Only cases in to_do
$query->caseTodo(); $query->caseTodo();
// Scope that return the results for an specific user
$query->userId($this->getUserId());
// Scope the specific array of processes supervising // Scope the specific array of processes supervising
$query->processInList($processes); $query->processInList($processes);
// Group by appNumber // Group by appNumber