fsi-open / admin-bundle

FSi Admin Bundle is complete solution that provides mechanisms to generate admin panel for any Symfony2 project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add events fired before and after applying batch action to single object

chives opened this issue · comments

The event object passed to handlers before applying batch action to specific object could have skip() method which will prevent executing action on that object. Some control over the whole batch action is also possible (i.e. abort() method on event object or 'abort_if_skipped' option for batch elements) but only for transactional data sources.