This commit is contained in:
Andrea Adamczyk
2019-12-13 11:16:29 -04:00
parent 9e8728499f
commit 74b14688b0
2 changed files with 108 additions and 0 deletions

View File

@@ -191,6 +191,7 @@ try {
$response['filters'] = $filters;
$response['totalCount'] = $list->getCountList($userUid, $filters);
$response['data'] = \ProcessMaker\Util\DateTime::convertUtcToTimeZone($result);
!empty($response['filters']['search']) ? $response['filters']['search'] = '' : '';
echo G::json_encode($response);
} catch (Exception $e) {
$msg = array("error" => $e->getMessage());