소스 검색

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@171 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 년 전
부모
커밋
3baccd43e5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      application/cmdbabstract.class.inc.php

+ 1 - 2
application/cmdbabstract.class.inc.php

@@ -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