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