PMCORE-3695
This commit is contained in:
@@ -695,10 +695,10 @@ class Home extends Api
|
||||
* @param int $process
|
||||
* @param int $task
|
||||
* @param int $user
|
||||
* @param int $userCompleted
|
||||
* @param int $userStarted
|
||||
* @param int $limit
|
||||
* @param int $offset
|
||||
* @param int $completedBy
|
||||
* @param int $startedBy
|
||||
* @param string $caseTitle
|
||||
* @param string $caseStatuses
|
||||
* @param string $filterCases
|
||||
@@ -721,10 +721,10 @@ class Home extends Api
|
||||
int $process = 0,
|
||||
int $task = 0,
|
||||
int $user = 0,
|
||||
int $userCompleted = 0,
|
||||
int $userStarted = 0,
|
||||
int $limit = 15,
|
||||
int $offset = 0,
|
||||
int $completedBy = 0,
|
||||
int $startedBy = 0,
|
||||
string $caseTitle = '',
|
||||
string $caseStatuses = '',
|
||||
string $filterCases = '',
|
||||
@@ -744,8 +744,8 @@ class Home extends Api
|
||||
$properties['process'] = $process;
|
||||
$properties['task'] = $task;
|
||||
$properties['user'] = $user;
|
||||
$properties['userCompleted'] = $userCompleted;
|
||||
$properties['userStarted'] = $userStarted;
|
||||
$properties['userCompleted'] = $completedBy;
|
||||
$properties['userStarted'] = $startedBy;
|
||||
$properties['caseStatuses'] = explode(',', $caseStatuses);
|
||||
$properties['filterCases'] = $filterCases;
|
||||
$properties['startCaseFrom'] = $startCaseFrom;
|
||||
|
||||
Reference in New Issue
Block a user