Advanced Search: External keys to hierarchical class selects sub-classes as in previous version

SVN:trunk[5675]
This commit is contained in:
Eric Espié
2018-04-16 16:35:20 +00:00
parent bd8e44f835
commit c485286114
15 changed files with 232 additions and 86 deletions

View File

@@ -238,8 +238,11 @@ abstract class AttributeDefinition
/**
* Check the validity of the given value
*
* @param DBObject $oHostObject
* @param string An error if any, null otherwise
*
* @return bool
*/
public function CheckValue(DBObject $oHostObject, $value)
{
@@ -252,7 +255,8 @@ abstract class AttributeDefinition
{
return "";
// e.g: return array("Site", "infrid", "name");
}
}
public function GetFinalAttDef()
{
return $this;