Merged in mcuiza/processmaker/veracode_29-04-15 (pull request #2057)

Validaciones nuevas incidencias reporte veracode 29-04-15
This commit is contained in:
Julio Cesar Laura Avendaño
2015-04-30 21:02:55 -04:00
30 changed files with 434 additions and 50 deletions

0
workflow/engine/methods/cases/cases_Ajax.php Executable file → Normal file
View File

View File

@@ -147,7 +147,8 @@ try {
$response['data'] = $result;
$filtersData['action'] = $filters["action"];
$response['totalCount'] = $list->countTotal($userUid, $filtersData);
$response = $filter->xssFilterHard($response);
echo G::json_encode($response);
} catch (Exception $e) {
$msg = array("error" => $e->getMessage());