|
@@ -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))
|