N°1408: Fix AttributeDashboard for portal

This commit is contained in:
Stephen Abello
2018-11-14 12:11:42 +01:00
parent b898a09c4c
commit d344478b48
2 changed files with 17 additions and 5 deletions

View File

@@ -1299,6 +1299,14 @@ class AttributeDashboard extends AttributeDefinition
{
return '';
}
/**
* @inheritdoc
*/
public function MakeFormField(DBObject $oObject, $oFormField = null)
{
return null;
}
}
/**