Make the event listeners in FullTextIndexEventListener class virtual
Description
Environment
None
Attachments
1
- 22 Oct 2008, 11:37 AM
Activity
Show:
Fabio Maulo January 28, 2011 at 2:13 PM
Released 2.0.1
PaulP July 25, 2009 at 4:09 AM
Applied patch - r986
Who's Looking?
This patch makes the event listeners in class FullTextIndexEventListener virtual so that you can override them in your own implementation.
A use case for this would be that you never delete entities in your application. A delete just puts the property "deleted" on true for example. Then the built in event listener for post-update does not do the trick.