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

SVN:trunk[3460]
This commit is contained in:
Denis Flaven
2014-12-10 17:11:45 +00:00
parent 0773455ebc
commit e738ba35b7

View File

@@ -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
{