|
@@ -48,7 +48,7 @@ class UpdateForm extends BaseForm implements ClientArea
|
|
|
logModuleCall(
|
|
logModuleCall(
|
|
|
'proxmoxCloud',
|
|
'proxmoxCloud',
|
|
|
__FUNCTION__,
|
|
__FUNCTION__,
|
|
|
- $this->getData(),
|
|
|
|
|
|
|
+ parent::getData(),
|
|
|
'Debug',
|
|
'Debug',
|
|
|
''
|
|
''
|
|
|
);
|
|
);
|
|
@@ -62,7 +62,6 @@ class UpdateForm extends BaseForm implements ClientArea
|
|
|
|
|
|
|
|
private function initFields()
|
|
private function initFields()
|
|
|
{
|
|
{
|
|
|
- parent::initContent();
|
|
|
|
|
//entity id
|
|
//entity id
|
|
|
$this->addField(new Hidden("id"));
|
|
$this->addField(new Hidden("id"));
|
|
|
//size
|
|
//size
|