Переглянути джерело

try to disable delete button on root disk

andre 4 роки тому
батько
коміт
ca05999662
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      app/UI/Disk/Buttons/DeleteButton.php

+ 1 - 0
app/UI/Disk/Buttons/DeleteButton.php

@@ -28,6 +28,7 @@ class DeleteButton extends ButtonDataTableModalAction implements ClientArea
 
     public function initContent()
     {
+        parent::initContent();
         $this->initIds('deleteDiskButton');
         $this->setDisableByColumnValue("master", true);
         $this->switchToRemoveBtn();