N°3123 - Fix dashlets GroupBy and Object List

This commit is contained in:
Eric
2020-12-14 14:31:35 +01:00
parent c06e176d57
commit c106caf924
2 changed files with 12 additions and 0 deletions

View File

@@ -911,6 +911,7 @@ class DashletObjectList extends Dashlet
$aParams = array(
'menu' => $sShowMenu,
'table_id' => self::APPUSERPREFERENCES_PREFIX.$this->sId,
'surround_with_panel' => false,
);
$sBlockId = 'block_'.$this->sId.($bEditMode ? '_edit' : ''); // make a unique id (edition occurring in the same DOM)
$oBlock->DisplayIntoContentBlock($oPanel, $oPage, $sBlockId, array_merge($aExtraParams, $aParams));