mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 19:48:49 +02:00
Remove default icon to dashlet headers until default icon not available in icon list (to be fixed)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user