mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
search widget
- displayBlock "list" aExtraParams exposition in js SVN:b1162[5429]
This commit is contained in:
@@ -55,7 +55,7 @@ try
|
||||
$oDisplayBlock = new DisplayBlock($oFilter, 'list', false);
|
||||
|
||||
$sListParams = stripslashes(utils::ReadParam('list_params', '{}', false, 'raw_data'));
|
||||
$aListParams = json_decode($sListParams, true);
|
||||
$aListParams = (array) json_decode($sListParams, true);
|
||||
|
||||
|
||||
$aPassFromExtraParamsToListParams = array(
|
||||
|
||||
Reference in New Issue
Block a user