Skip to content
Snippets Groups Projects
Commit 8c484754 authored by Daniel Tran's avatar Daniel Tran Committed by Johannes Goderbauer
Browse files

#1046801 - Fixed HTML in report description.

parent 891ce6fb
No related branches found
No related tags found
No related merge requests found
......@@ -155,10 +155,7 @@ OrgUtils.openOrgReport = function(pOrgId)
{
row[0] = datetime.toDate(row[0], dateFormat);
// convert html to text
if (row[1] == $KeywordRegistry.activityCategory$mail())
{
row[4] = text.html2text(row[4]);
}
row[4] = text.html2text(row[4]);
row[1] = KeywordUtils.getViewValue($KeywordRegistry.activityCategory(), row[1]);
_joinArrayVals(row, 2, 2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment