Comment 2 for bug 238514

Revision history for this message
Wouter Vanden Hove (wouter-wvhconsulting) wrote :

the event-subscriber is already there:

collective/singing/subscribe.py :
{{{
@component.adapter(collective.singing.interfaces.ISubscription, zope.lifecycleevent.IObjectModifiedEvent)
def subscription_modified(obj, event):
    _catalog_subscription(obj)
}}}