Advanced Search: Links n:n

SVN:b1162[5448]
This commit is contained in:
Eric Espié
2018-03-16 13:13:54 +00:00
parent bb31cedcba
commit 102b2d76f4
2 changed files with 1 additions and 2 deletions

View File

@@ -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";

View File

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