andre 4 лет назад
Родитель
Сommit
caf4decb25
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      app/UI/Vms/Buttons/ConsoleButton.php

+ 0 - 2
app/UI/Vms/Buttons/ConsoleButton.php

@@ -37,8 +37,6 @@ class ConsoleButton extends ButtonDataTableModalAction implements ClientArea
 
     public function afterInitContent()
     {
-        $this->htmlAttributes['@click.middle'] = 'redirect($event, ' . $this->parseCustomParams() . ', true)';
-        $this->htmlAttributes['@click'] = 'redirect($event, ' . $this->parseCustomParams() . ')';
     }
 
     public function setRawUrl($url)