mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 06:58:49 +02:00
Advanced Search: External keys to hierarchical class selects sub-classes as in previous version
SVN:trunk[5675]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user