Merged in bugfix/PMCORE-2682-B (pull request #7717)
PMCORE-2682 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -128,8 +128,6 @@ class Supervising extends AbstractCases
|
||||
$query->joinApplication();
|
||||
// Only cases in to_do
|
||||
$query->caseTodo();
|
||||
// Scope that return the results for an specific user
|
||||
$query->userId($this->getUserId());
|
||||
// Scope the specific array of processes supervising
|
||||
$query->processInList($processes);
|
||||
// Group by appNumber
|
||||
|
||||
Reference in New Issue
Block a user