laravel / nova-issues

556 stars 34 forks source link

Selected all checkbox allow to force delete all resourses. #5780

Closed VitaliyMinenko closed 1 year ago

VitaliyMinenko commented 1 year ago

When i create resoure i disable posibility to force delete by method public function authorizedToForceDelete(Request $request) { return false; }

But when i choose checkbox Select all at main menu that nova allow to force delete and replicate this items.

image

crynobone commented 1 year ago

Explained in https://github.com/laravel/nova-issues/discussions/4474#discussioncomment-3008533