- Allowed values is now implemented, so I removed the comment !

SVN:trunk[171]
This commit is contained in:
Denis Flaven
2009-09-16 16:08:52 +00:00
parent 7c00f42d5c
commit d3b76d3b23

View File

@@ -523,8 +523,7 @@ abstract class cmdbAbstractObject extends CMDBObject
}
}
}
// #@# todo - add context information, otherwise any value will be authorized for external keys
$aAllowedValues = MetaModel::GetAllowedValues_flt($sClassName, $sFilterCode, array());
$aAllowedValues = MetaModel::GetAllowedValues_flt($sClassName, $sFilterCode, $aExtraParams);
if ($aAllowedValues != null)
{
//Enum field or external key, display a combo