mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
- Current block Id not passed to the chart ?
SVN:trunk[1880]
This commit is contained in:
@@ -527,7 +527,7 @@ try
|
|||||||
$oPage->add_header("Pragma: public");
|
$oPage->add_header("Pragma: public");
|
||||||
|
|
||||||
$oPage->SetContentType('application/json');
|
$oPage->SetContentType('application/json');
|
||||||
$aParams = utils::ReadParam('params', array());
|
$aParams = utils::ReadParam('params', array(), false, 'raw_data');
|
||||||
if ($sFilter != '')
|
if ($sFilter != '')
|
||||||
{
|
{
|
||||||
$oFilter = CMDBSearchFilter::unserialize($sFilter);
|
$oFilter = CMDBSearchFilter::unserialize($sFilter);
|
||||||
|
|||||||
Reference in New Issue
Block a user