Browse Source

try to change edit action to console

andre 4 years ago
parent
commit
43df1abb1a
1 changed files with 1 additions and 1 deletions
  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);