Actions
Feature proposal #7510
closedImplement support for plugins to interrupt object before triggers
Description
Currently the before triggers for objects like Activity, Comments, etc.. such as activity_onBeforeUpdateActivity can not be interrupt. Implement support for integrations to return a strict false to interrupt the trigger. This will for example block a store or a delete from happening.
Actions