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:
@@ -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'])){
|
||||
|
||||
Reference in New Issue
Block a user