소스 검색

New data model integration...

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

+ 1 - 0
core/attributedef.class.inc.php

@@ -335,6 +335,7 @@ class AttributeLinkedSetIndirect extends AttributeLinkedSet
 		return array_merge(parent::ListExpectedParams(), array("ext_key_to_remote"));
 	}
 	public function GetExtKeyToRemote() { return $this->Get('ext_key_to_remote'); }
+	public function GetEditClass() {return "LinkedSet";}
 }
 
 /**