|
@@ -201,13 +201,6 @@ class VmUpdateProvider extends VmCreateProvider
|
|
|
Api::beginTransaction();
|
|
Api::beginTransaction();
|
|
|
DB::beginTransaction();
|
|
DB::beginTransaction();
|
|
|
$this->fillVmModel();
|
|
$this->fillVmModel();
|
|
|
- logModuleCall(
|
|
|
|
|
- 'proxmoxCloud',
|
|
|
|
|
- __FUNCTION__,
|
|
|
|
|
- $this->getFormDataValues(),
|
|
|
|
|
- 'Debug',
|
|
|
|
|
- $this->formData
|
|
|
|
|
- );
|
|
|
|
|
if($this->getFormDataValues()['password']){
|
|
if($this->getFormDataValues()['password']){
|
|
|
$this->vmModel->setPassword($this->getFormDataValues()['password']);
|
|
$this->vmModel->setPassword($this->getFormDataValues()['password']);
|
|
|
}
|
|
}
|