Closed VitaliyMinenko closed 1 year ago
When i create resoure i disable posibility to force delete by method public function authorizedToForceDelete(Request $request) { return false; }
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.
Explained in https://github.com/laravel/nova-issues/discussions/4474#discussioncomment-3008533
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.