PMCORE-3445
This commit is contained in:
@@ -78,7 +78,12 @@ class Participated extends AbstractCases
|
|||||||
}
|
}
|
||||||
// Specific task
|
// Specific task
|
||||||
if ($this->getTaskId()) {
|
if ($this->getTaskId()) {
|
||||||
$query->task($this->getTaskId());
|
$queryTask = Delegation::query()->select('APP_NUMBER');
|
||||||
|
$queryTask->task($this->getTaskId());
|
||||||
|
$results = $queryTask->get();
|
||||||
|
$result = $results->values()->toArray();
|
||||||
|
// Filter the cases related to the specific task
|
||||||
|
$query->specificCases($result);
|
||||||
}
|
}
|
||||||
// Specific status
|
// Specific status
|
||||||
if ($this->getCaseStatus()) {
|
if ($this->getCaseStatus()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user