Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design

# Conflicts:
#	core/metamodel.class.php
This commit is contained in:
Pierre Goiffon
2020-10-19 15:44:19 +02:00
11 changed files with 616 additions and 320 deletions

View File

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