plone.app.discussion/plone/app/discussion/permissions.zcml
Gaudenz Steinlin a7b3c818f2 Delete own comments
Add permission to allow comment authors to delete their own comments if
there are no replies yet.
2012-05-29 13:33:46 +02:00

18 lines
384 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
i18n_domain="plone.app.discussion">
<!-- custom permissions are defined here -->
<permission
id="plone.app.discussion.ReviewComments"
title="Review comments"
/>
<permission
id="plone.app.discussion.DeleteOwnComments"
title="Delete own comments"
/>
</configure>