소스 검색

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);