Merged in bugfix/PMCORE-3369-2 (pull request #8195)

PMCORE-3369

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Paula Quispe
2021-10-01 19:00:22 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -877,7 +877,7 @@ class Home extends Api
public function getProcesses($text = null, $category = null, int $offset = 0, int $limit = 15, $paged = true)
{
try {
return Process::getProcessesForHome($text, $category, $offset, $limit);
return Process::getProcessesForHome($text, $category, $offset, $limit, $paged);
} catch (Exception $e) {
throw new RestException(Api::STAT_APP_EXCEPTION, $e->getMessage());
}