mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Advanced Search: Links n:n
SVN:b1162[5448]
This commit is contained in:
@@ -414,7 +414,7 @@ EOF
|
||||
'selection_mode' => true,
|
||||
'json' => $sJson,
|
||||
'cssCount' => '#count_'.$this->m_sAttCode.$this->m_sNameSuffix,
|
||||
'query_params' => json_encode($oFilter->GetInternalParams()),
|
||||
'query_params' => $oFilter->GetInternalParams(),
|
||||
));
|
||||
$sHtml .= "<form id=\"ObjectsAddForm_{$this->m_sAttCode}{$this->m_sNameSuffix}\">\n";
|
||||
$sHtml .= "<div id=\"SearchResultsToAdd_{$this->m_sAttCode}{$this->m_sNameSuffix}\" style=\"vertical-align:top;background: #fff;height:100%;overflow:auto;padding:0;border:0;\">\n";
|
||||
|
||||
@@ -75,7 +75,6 @@ try
|
||||
$oObj = $oWizardHelper->GetTargetObject();
|
||||
if (array_key_exists('query_params', $aExtraParams))
|
||||
{
|
||||
$aExtraParams['query_params'] = json_decode($aExtraParams['query_params'], true);
|
||||
$aExtraParams['query_params']['this'] = $oObj;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user