mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Dashboard: bug fix
SVN:trunk[2079]
This commit is contained in:
@@ -724,6 +724,7 @@ class DashletGroupByPie2 extends DashletGroupByPie
|
||||
$oSubsetSearch = clone $oSearch;
|
||||
$oCondition = new BinaryExpression($oGroupByExp, '=', new ScalarExpression($sValue));
|
||||
$oSubsetSearch->AddConditionExpression($oCondition);
|
||||
// Todo - à finir
|
||||
$aURLs[] = 'http://www.combodo.com/itop'; //utils::GetAbsoluteUrlAppRoot()."pages/UI.php?operation=search&format=html{$sContext}&filter=".addslashes($oSubsetSearch->serialize());
|
||||
}
|
||||
|
||||
@@ -1326,7 +1327,7 @@ class DashletProto extends Dashlet
|
||||
$sFilter = urlencode($oSubsetSearch->serialize());
|
||||
|
||||
$this->aStats[$sValue1][$sValue2] = array (
|
||||
'href' => utils::GetAbsoluteUrlAppRoot()."pages/UI.php?operation=search&dosearch=1&$sParams&filter=$sFilter\">",
|
||||
'href' => utils::GetAbsoluteUrlAppRoot()."pages/UI.php?operation=search&dosearch=1&$sParams&filter=$sFilter",
|
||||
'count' => $iCount,
|
||||
);
|
||||
if (!array_key_exists($sValue1, $this->aValues1))
|
||||
|
||||
Reference in New Issue
Block a user