Browse Source

try to disable delete button on root disk

andre 4 năm trước cách đây
mục cha
commit
8bbf8dedc9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/UI/Disk/Buttons/DeleteButton.php

+ 2 - 2
app/UI/Disk/Buttons/DeleteButton.php

@@ -36,9 +36,9 @@ class DeleteButton extends ButtonDataTableModalAction implements ClientArea
         logModuleCall(
             'proxmoxCloud',
             __FUNCTION__,
-            $this->getId() ,
+            parent::getData(),
             'Debug',
-            $this
+            parent::getId()
         );
         
         $this->addClass('disabled');