Sfoglia il codice sorgente

give up try to bugfix osTemplate name in client view

andre 4 anni fa
parent
commit
88de393c3c
1 ha cambiato i file con 0 aggiunte e 11 eliminazioni
  1. 0 11
      app/UI/Reinstall/Providers/TemplateInstallProvider.php

+ 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'],