mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
CSV export: added external fields (all scalar fields are given)
SVN:trunk[333]
This commit is contained in:
@@ -1185,6 +1185,12 @@ class AttributeExternalField extends AttributeDefinition
|
||||
return $oExtAttDef->IsNullAllowed();
|
||||
}
|
||||
|
||||
public function IsScalar()
|
||||
{
|
||||
$oExtAttDef = $this->GetExtAttDef();
|
||||
return $oExtAttDef->IsScalar();
|
||||
}
|
||||
|
||||
public function GetBasicFilterOperators()
|
||||
{
|
||||
$oExtAttDef = $this->GetExtAttDef();
|
||||
|
||||
Reference in New Issue
Block a user