mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
N°1779 - Fix Excel Export from a search result when object contains AttributeDashboard
This commit is contained in:
@@ -1306,7 +1306,18 @@ class AttributeDashboard extends AttributeDefinition
|
||||
public function MakeFormField(DBObject $oObject, $oFormField = null)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// if this verb returns false, then GetValue must be implemented
|
||||
static public function LoadInObject()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function GetValue($oHostObject)
|
||||
{
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user