BUG-10703 When draft a case the 'Next Task' title don't render html tags.

Was added a validation to render html tags.
This commit is contained in:
jennylee
2013-04-12 10:02:34 -04:00
parent 6c29081564
commit 4b690783dc

View File

@@ -905,6 +905,9 @@ try {
}
}
$title = htmlentities($aFields['TASK'][$sKey]['NEXT_TASK']['TAS_TITLE']);
$aFields['TASK'][$sKey]['NEXT_TASK']['TAS_TITLE'] = $title;
$G_PUBLISH->AddContent( 'smarty', $tplFile, '', '', $aFields );
/*
if (isset( $aFields['TASK'][1]['NEXT_TASK']['USER_ASSIGNED'])){