Merge branch 'master' of bitbucket.org:colosa/processmaker into PM-1765

This commit is contained in:
Brayan Pereyra
2015-03-20 09:55:47 -04:00
69 changed files with 540 additions and 104 deletions

View File

@@ -176,6 +176,7 @@ class Lists {
$filtersData['date_to'] = $filters["dateTo"];
$response['filters'] = $filtersData;
$response['data'] = $result;
$filtersData['action'] = $filters["action"];
$response['totalCount'] = $list->countTotal($userUid, $filtersData);
} else {
$response = $result;