Merge remote-tracking branch 'origin/support/2.6' into support/2.7

# Conflicts:
#	application/loginwebpage.class.inc.php
#	application/menunode.class.inc.php
#	datamodels/2.x/itop-portal-base/portal/src/controllers/aggregatepagebrickcontroller.class.inc.php
#	datamodels/2.x/itop-portal-base/portal/src/controllers/userprofilebrickcontroller.class.inc.php
#	datamodels/2.x/itop-portal-base/portal/src/views/bricks/manage/popup-export-excel.html.twig
#	pages/ajax.render.php
This commit is contained in:
Pierre Goiffon
2020-04-20 15:50:12 +02:00

View File

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