Merged in bugfix/PMCORE-3589 (pull request #8318)

PMCORE-3589

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Paula Quispe
2021-12-08 16:44:00 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -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());