Merged in bugfix/PMCORE-3369-2 (pull request #8195)
PMCORE-3369 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -877,7 +877,7 @@ class Home extends Api
|
|||||||
public function getProcesses($text = null, $category = null, int $offset = 0, int $limit = 15, $paged = true)
|
public function getProcesses($text = null, $category = null, int $offset = 0, int $limit = 15, $paged = true)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
return Process::getProcessesForHome($text, $category, $offset, $limit);
|
return Process::getProcessesForHome($text, $category, $offset, $limit, $paged);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
throw new RestException(Api::STAT_APP_EXCEPTION, $e->getMessage());
|
throw new RestException(Api::STAT_APP_EXCEPTION, $e->getMessage());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user