浏览代码

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')
 		if ($sRenderMode == 'property')
 		{
 		{
-			$this->aWidgetExtraParams['data_selector'] = $sSelector;
 			$sSelector = $this->oForm->GetHierarchyPath().'/'.$this->sCode.$this->oForm->GetSuffix();
 			$sSelector = $this->oForm->GetHierarchyPath().'/'.$this->sCode.$this->oForm->GetSuffix();
+			$this->aWidgetExtraParams['data_selector'] = $sSelector;
 		}
 		}
 		else
 		else
 		{
 		{