I've added a mechanism for the user to choose whether the bulk delete bypasses any custom plugins registered on that event. In the UI I've added a checkbox to give a boolean option. Default is no. In the code I've added the parameter "BypassCustomPluginExecution" to the delete requests. If this is set to true then the delete request won't trigger custom plugins that are registered on that event/entity pairing.
I've added a mechanism for the user to choose whether the bulk delete bypasses any custom plugins registered on that event. In the UI I've added a checkbox to give a boolean option. Default is no. In the code I've added the parameter "BypassCustomPluginExecution" to the delete requests. If this is set to true then the delete request won't trigger custom plugins that are registered on that event/entity pairing.