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?

Cheers
Solution
Not in the UI. You could probably check during and omit those that shouldn't be deleted
Was this page helpful?