|
|
@@ -120,14 +120,14 @@ class TemplateInstallProvider extends BaseDataProvider implements ClientArea, Ad
|
|
|
$this->hosting()->update(['username' =>$this->configuration()->getCiuser() ]);
|
|
|
}
|
|
|
//update osTemplate in config
|
|
|
- $this->hosting()->update(['customconfigoption[osTemplate]' => $this->formData['id']]);
|
|
|
+ // $this->hosting()->update(['customconfigoption[osTemplate]' => $this->formData['id']]);
|
|
|
|
|
|
logModuleCall(
|
|
|
'proxmoxCloud',
|
|
|
__FUNCTION__,
|
|
|
- $this->hosting(),
|
|
|
+ $this->configuration(),
|
|
|
'Debug',
|
|
|
- $this->formData['id']
|
|
|
+ $this->formData
|
|
|
);
|
|
|
|
|
|
$arguments = [
|