Quellcode durchsuchen

try to bugfix osTemplate name in client view

andre vor 4 Jahren
Ursprung
Commit
de878338f1
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      app/UI/Reinstall/Providers/TemplateInstallProvider.php

+ 3 - 3
app/UI/Reinstall/Providers/TemplateInstallProvider.php

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