N°1408 - Support contextual parameters in attributes dashboard

This commit is contained in:
Eric
2018-10-04 12:22:13 +02:00
parent 4347b2c5ff
commit 99153d02ee
2 changed files with 11 additions and 4 deletions

View File

@@ -440,7 +440,7 @@ EOF
$sDivId = $oDashboard->GetId();
$oPage->add('<div class="dashboard_contents" id="'.$sDivId.'">');
$aExtraParams = array('query_params' => array('this' => $this));
$aExtraParams = array('query_params' => $this->ToArgsForQuery());
$oDashboard->Render($oPage, false, $aExtraParams);
$oPage->add('</div>');
$oDashboard->RenderEditionTools($oPage);