mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Prerequisites to the custom fields
SVN:trunk[3903]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user