|
@@ -201,6 +201,13 @@ 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']);
|
|
|
}
|
|
}
|