Prerequisites to the custom fields

SVN:trunk[3903]
This commit is contained in:
Guillaume Lajarige
2016-02-11 10:26:06 +00:00
parent cf0541c93e
commit 9c080d51f7
3 changed files with 31 additions and 35 deletions

View File

@@ -67,7 +67,7 @@ class BsFormRenderer extends FormRenderer
foreach ($this->oForm->GetFields() as $oField)
{
$this->aOutputs[] = $this->PrepareOutputForField($oField);
$this->aOutputs[$oField->GetId()] = $this->PrepareOutputForField($oField);
}
return $this->aOutputs;