I need to expand the Plone product (Products.Poi) with a second product. In the extension product, I need to override the original subscriber event. I tried to subscribe to the override.zcml event with the same name, but the second event does not override the first, but all two are executed.
Here http://plone.org/products/dexterity/documentation/manual/five.grok/core-components/events seems like this is not possible:
Unlike adapters, you cannot override the event subscriber using a more specific interface. Each activated event subscriber will be executed when the event is triggered.
Does anyone have a trick?
Thanks Alex
source
share