Browse Source

try to disable delete button on root disk

andre 4 năm trước cách đây
mục cha
commit
27cca7555e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/UI/Disk/Pages/DiskDataTable.php

+ 1 - 1
app/UI/Disk/Pages/DiskDataTable.php

@@ -134,7 +134,7 @@ class DiskDataTable extends DataTable implements ClientArea
                 "bytes"  => $entity->getBytes(),
                 "master" => $entity->isMaster(),
             ];
-            if ( $entity->getId() =='disk-1' ) {
+            if ( $entity->getName() =='disk-1' ) {
                 $actionButtons = $this->getActionButtons();
                 $actionButtons['deleteDiskButton']->addClass('disabled');
                 logModuleCall(