2010-08-26 11:31:49 +02:00
|
|
|
<configure
|
|
|
|
xmlns="http://namespaces.zope.org/zope"
|
|
|
|
xmlns:zcml="http://namespaces.zope.org/zcml"
|
|
|
|
i18n_domain="plone.app.discussion">
|
|
|
|
|
2010-12-16 03:12:13 +01:00
|
|
|
<subscriber
|
|
|
|
for="plone.app.discussion.interfaces.IComment
|
2012-05-19 00:19:12 +02:00
|
|
|
zope.lifecycleevent.interfaces.IObjectAddedEvent"
|
2010-12-16 03:12:13 +01:00
|
|
|
handler=".comment.notify_user"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<subscriber
|
|
|
|
for="plone.app.discussion.interfaces.IComment
|
2012-05-19 00:19:12 +02:00
|
|
|
zope.lifecycleevent.interfaces.IObjectAddedEvent"
|
2010-12-16 03:12:13 +01:00
|
|
|
handler=".comment.notify_moderator"
|
|
|
|
/>
|
2010-08-26 11:31:49 +02:00
|
|
|
|
|
|
|
</configure>
|