N°3139 - import csv : hyperlink not clickable

This commit is contained in:
acognet
2020-10-16 14:15:51 +02:00
parent 557b9be795
commit 96332b7885
3 changed files with 360 additions and 26 deletions

View File

@@ -454,7 +454,7 @@ try
// Do nothing
}
}
$sHtmlValue = utils::HtmlEntities(utils::HtmlEntityDecode($oCellStatus->GetDisplayableValue()));
$sHtmlValue = $oCellStatus->GetDisplayableValue();
switch(get_class($oCellStatus))
{
case 'CellStatus_Issue':