PMCORE-3589

This commit is contained in:
Paula Quispe
2021-12-08 12:25:05 -04:00
parent b0b709e07e
commit e94fefe351

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