mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
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:
@@ -455,7 +455,7 @@ try
|
|||||||
// Do nothing
|
// Do nothing
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$sHtmlValue = $oCellStatus->GetDisplayableValue();
|
$sHtmlValue = utils::HtmlEntities(utils::HtmlEntityDecode($oCellStatus->GetDisplayableValue()));
|
||||||
switch(get_class($oCellStatus))
|
switch(get_class($oCellStatus))
|
||||||
{
|
{
|
||||||
case 'CellStatus_Issue':
|
case 'CellStatus_Issue':
|
||||||
|
|||||||
Reference in New Issue
Block a user