mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- pie chart labels do not support HTML, only plain text (at least in this version of OFC)
SVN:trunk[302]
This commit is contained in:
@@ -552,7 +552,7 @@ class DisplayBlock
|
||||
$aGroupBy = array();
|
||||
while($oObj = $this->m_oSet->Fetch())
|
||||
{
|
||||
$sValue = $oObj->GetAsHtml($sGroupByField);
|
||||
$sValue = $oObj->Get($sGroupByField);
|
||||
$aGroupBy[$sValue] = isset($aGroupBy[$sValue]) ? $aGroupBy[$sValue]+1 : 1;
|
||||
}
|
||||
$sFilter = urlencode($this->m_oFilter->serialize());
|
||||
|
||||
Reference in New Issue
Block a user