Procházet zdrojové kódy

give up try to bugfix osTemplate name in client view

andre před 4 roky
rodič
revize
88de393c3c

+ 0 - 11
app/UI/Reinstall/Providers/TemplateInstallProvider.php

@@ -119,17 +119,6 @@ class TemplateInstallProvider extends BaseDataProvider implements ClientArea, Ad
         elseif($this->configuration()->isQemu() && $this->configuration()->getCiuser()){
             $this->hosting()->update(['username' =>$this->configuration()->getCiuser() ]);
         }
-        //update osTemplate in config
-        // $this->hosting()->update(['customconfigoption[osTemplate]' => $this->formData['id']]);
-
-        logModuleCall(
-            'proxmoxCloud',
-            __FUNCTION__,
-            $this->configuration(),
-            'Debug',
-            $this->formData
-        );
-
         $arguments = [
             'hostingId'  => $this->getWhmcsParamByKey('serviceid'),
             "osTemplate" => $this->formData['id'],