mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°1161 - Fix Dashlet Group By edition of multiple dashlets
SVN:trunk[5664]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user