mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user