How to make bulk actions respect policies
Hi
My
UserPolicy
prevents users of type 'owner' from being deleted. This hides the delete button from the table and edit record screen, but the owner can still be deleted via DeleteBulkAction
. Is there a way to make bulk actions respect policy settings?
CheersSolution:Jump to solution
Not in the UI. You could probably check during and omit those that shouldn't be deleted
2 Replies
Solution
Not in the UI. You could probably check during and omit those that shouldn't be deleted
Ok cool, thanks