Explorar el Código

change test to slider for disk create

andre hace 4 años
padre
commit
cfb0b0cbc4
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      app/UI/Disk/Forms/UpdateForm.php

+ 1 - 2
app/UI/Disk/Forms/UpdateForm.php

@@ -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