Browse Source

try to change edit action to console

andre 4 years ago
parent
commit
0d459475cc
1 changed files with 1 additions and 1 deletions
  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);
         $url ="clientarea.php?action=productdetails&id={$this->getWhmcsParamByKey('serviceid')}&modop=custom&a=management&mg-page=vm";
         $this->setRawUrl($url)
-            ->setRedirectParams(['vm' => ':id#']);
+            ->setRedirectParams(['vm' => ':id']);
     }
 
     public function afterInitContent()