N°1161 - Fix Dashlet Group By edition of multiple dashlets

SVN:trunk[5664]
This commit is contained in:
Eric Espié
2018-04-13 13:58:12 +00:00
parent dcda5084d0
commit e026ecf92f
2 changed files with 5 additions and 28 deletions

View File

@@ -283,7 +283,9 @@ EOF
public function GetForm()
{
$oForm = new DesignerForm();
$oForm->SetPrefix("dashlet_". $this->GetID());
$sPrefix = "dashlet_".$this->GetID();
$oForm->SetPrefix($sPrefix);
$oForm->SetHierarchyPath($sPrefix);
$oForm->SetParamsContainer('params');
$this->GetPropertiesFields($oForm);