Merged in julceslau/processmaker (pull request #1197)

PM-933 Nos muestra un warning en case history  SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2014-11-13 12:50:08 -04:00

View File

@@ -679,6 +679,8 @@ class Ajax
$_REQUEST["TAS_UID"] = $idHistoryArray[2];
$_REQUEST["DYN_UID"] = "";
$result = new stdclass();
$G_PUBLISH = new Publisher();
$G_PUBLISH->AddContent('view', 'cases/cases_DynaformHistory');
?>