IcingaMultiEditForm: prepare elements before...
...adding fields fixes #707
This commit is contained in:
parent
82e79c810f
commit
0de1987389
|
@ -40,6 +40,7 @@ class IcingaMultiEditForm extends DirectorObjectForm
|
|||
$object = $this->object;
|
||||
|
||||
$loader = new IcingaObjectFieldLoader($object);
|
||||
$loader->prepareElements($this);
|
||||
$loader->addFieldsToForm($this);
|
||||
|
||||
if ($form = $this->relatedForm) {
|
||||
|
|
Loading…
Reference in New Issue