Merged in bugfix/PMCORE-3589 (pull request #8318)
PMCORE-3589 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -71,6 +71,10 @@ class Paused extends AbstractCases
|
||||
if (!empty($this->getCaseTitle())) {
|
||||
$query->title($this->getCaseTitle());
|
||||
}
|
||||
// Specific category
|
||||
if ($this->getCategoryId()) {
|
||||
$query->categoryId($this->getCategoryId());
|
||||
}
|
||||
// Specific process
|
||||
if ($this->getProcessId()) {
|
||||
$query->processId($this->getProcessId());
|
||||
|
||||
Reference in New Issue
Block a user