I want to disbale posibiliy for Select all option at the Nova Panel enter image description here Becasue select all rise a new problem it is posibility to force delete items.
But if Selected all is checked that Force Delete is allow for multiple items. enter image description here
Haw can i disable force delete for multiple items? Or haw to disable Select all checkbox at Nova Panel.
I am add function to resourses to disable force deleting.
public function authorizedToForceDelete(Request $request) { return false; }
But that method work only for one item not for multiple.