소스 검색

#934: Support the <display_style> option for ExternalKeys.

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

+ 1 - 0
setup/compiler.class.inc.php

@@ -826,6 +826,7 @@ EOF;
 				$aParameters['max_combo_length'] = $this->GetPropNumber($oField, 'max_combo_length');
 				$aParameters['min_autocomplete_chars'] = $this->GetPropNumber($oField, 'min_autocomplete_chars');
 				$aParameters['allow_target_creation'] = $this->GetPropBoolean($oField, 'allow_target_creation');
+				$aParameters['display_style'] = $this->GetPropString($oField, 'display_style', 'select');
 			}
 			elseif ($sAttType == 'AttributeHierarchicalKey')
 			{