Merged in bugfix/PMCORE-3427 (pull request #8224)
PMCORE-3427 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -67,7 +67,10 @@ class Participated extends AbstractCases
|
||||
}
|
||||
// Specific case title
|
||||
if (!empty($this->getCaseTitle())) {
|
||||
$query->title($this->getCaseTitle());
|
||||
// Get the result
|
||||
$result = Delegation::casesThreadTitle($this->getCaseTitle(), $this->getOffset(), $this->getLimit());
|
||||
// Add the filter
|
||||
$query->specificCases($result);
|
||||
}
|
||||
// Scope to search for an specific process
|
||||
if ($this->getProcessId()) {
|
||||
|
||||
@@ -65,7 +65,10 @@ class Supervising extends AbstractCases
|
||||
}
|
||||
// Specific case title
|
||||
if (!empty($this->getCaseTitle())) {
|
||||
$query->title($this->getCaseTitle());
|
||||
// Get the result
|
||||
$result = Delegation::casesThreadTitle($this->getCaseTitle(), $this->getOffset(), $this->getLimit());
|
||||
// Add the filter
|
||||
$query->specificCases($result);
|
||||
}
|
||||
// Scope to search for an specific process
|
||||
if ($this->getProcessId()) {
|
||||
|
||||
Reference in New Issue
Block a user