소스 검색

The FormSelectorField now has its own widget to properly cope with its "subfields" in "property sheet" mode (continued).

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

+ 1 - 1
application/forms.class.inc.php

@@ -1548,8 +1548,8 @@ class DesignerFormSelectorField extends DesignerFormField
 
 		if ($sRenderMode == 'property')
 		{
-			$this->aWidgetExtraParams['data_selector'] = $sSelector;
 			$sSelector = $this->oForm->GetHierarchyPath().'/'.$this->sCode.$this->oForm->GetSuffix();
+			$this->aWidgetExtraParams['data_selector'] = $sSelector;
 		}
 		else
 		{