PMCORE-2682
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user