ProblematicAclManagerBundle
ProblematicAclManagerBundle copied to clipboard
Enable auto-deletion of ACLs for removed entities
We could listen to the Doctrine preRemove lifecycle event and make sure that the ACLs get deleted. This would probably need to be explicitly enabled by the bundle user.