瀏覽代碼

try to change edit action to console

andre 4 年之前
父節點
當前提交
3be1778989
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/UI/Vms/Buttons/EditButton.php

+ 1 - 1
app/UI/Vms/Buttons/EditButton.php

@@ -35,7 +35,7 @@ class EditButton extends ButtonDataTableModalAction implements ClientArea
         $this->setDisableByColumnValue("vmid", 0);
         $this->setDisableByColumnValue("vmid", 0);
         $url ="clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=vm";
         $url ="clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=vm";
         $this->setRawUrl($url)
         $this->setRawUrl($url)
-            ->setRedirectParams(['vm' => ':id']);
+            ->setRedirectParams(['vm' => ':id#']);
     }
     }
 
 
     public function afterInitContent()
     public function afterInitContent()