mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Fix (de)normalized data for Forms
This commit is contained in:
@@ -506,7 +506,7 @@ EOF
|
||||
$this->sDashletType = $sDashletType;
|
||||
}
|
||||
|
||||
public function GetNormalizedProperties(): ?array
|
||||
public function GetDenormalizedProperties(): ?array
|
||||
{
|
||||
return XMLNormalizer::GetInstance()->Denormalize($this->aProperties, get_class($this), 'Dashlet');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user