provide "delete own comments" as a configurable option
This commit is contained in:
committed by
Andrea Cecchi
parent
a82352a36c
commit
520b1e83f4
@@ -80,13 +80,15 @@
|
||||
permission="plone.app.discussion.EditComments"
|
||||
/>
|
||||
|
||||
<!-- Delete comment view -->
|
||||
<!-- Delete comment view
|
||||
has conditional security dependent on controlpanel settings.
|
||||
-->
|
||||
<browser:page
|
||||
for="plone.app.discussion.interfaces.IComment"
|
||||
name="moderate-delete-comment"
|
||||
layer="..interfaces.IDiscussionLayer"
|
||||
class=".moderation.DeleteComment"
|
||||
permission="plone.app.discussion.ReviewComments"
|
||||
permission="zope2.DeleteObjects"
|
||||
/>
|
||||
|
||||
<!-- Publish comment view -->
|
||||
|
||||
Reference in New Issue
Block a user