Browse Source

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 years ago
parent
commit
e4a1e0af69
1 changed files with 1 additions and 1 deletions
  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
 		{