瀏覽代碼

try to change edit action to console

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

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

@@ -92,7 +92,7 @@ class ManageButton extends ButtonDataTableModalAction implements ClientArea
 
     protected function updateHtmlAttributesByRedirectParams()
     {
-//        $serviceUrl = new UrlServiceHelper();
+        $serviceUrl = new UrlServiceHelper();
         foreach ($this->redirectParams as $key => $value)
         {
             $this->updateHtmlAttribute($key, $value);