Browse Source

change test to slider for disk create

andre 4 years ago
parent
commit
95e6778110
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Disk/Forms/UpdateForm.php

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

@@ -43,7 +43,6 @@ class UpdateForm extends BaseForm implements ClientArea
         $this->setFormType('update');
         $this->setProvider(new DiskProvider());
         $this->initFields();
-        $this->loadDataToForm();
 
         logModuleCall(
             'proxmoxCloud',
@@ -53,6 +52,7 @@ class UpdateForm extends BaseForm implements ClientArea
             parent::getFormData()['size']
         );
 
+        $this->loadDataToForm();
     }
 
     public function getAllowedActions()