Remove default icon to dashlet headers until default icon not available in icon list (to be fixed)

This commit is contained in:
Benjamin DALSASS
2026-01-22 14:31:31 +01:00
parent 890d1ece8d
commit 7e91e01ad8
2 changed files with 10 additions and 7 deletions

View File

@@ -35,8 +35,8 @@ class DashletHeaderStatic extends Dashlet
{
parent::__construct($oModelReflection, $sId);
$this->aProperties['title'] = Dict::S('UI:DashletHeaderStatic:Prop-Title:Default');
$oIconSelect = $this->oModelReflection->GetIconSelectionField('icon');
$this->aProperties['icon'] = $oIconSelect->GetDefaultValue('Contact');
// TODO 3.3 default icon
$this->aProperties['icon'] = null;
}
/**