Modifying permissions so reviewers can moderate/remove comments. evilbungle branch r29364.
svn path=/plone.app.discussion/trunk/; revision=29384
This commit is contained in:
parent
8b9a3e63c9
commit
9d5453b1da
@ -23,7 +23,7 @@
|
||||
name="moderate-comments"
|
||||
layer="..interfaces.IDiscussionLayer"
|
||||
class=".moderation.View"
|
||||
permission="cmf.ManagePortal"
|
||||
permission="plone.app.discussion.ReviewComments"
|
||||
/>
|
||||
|
||||
<!-- Moderation bulk actions view -->
|
||||
@ -32,7 +32,7 @@
|
||||
name="bulk-actions"
|
||||
layer="..interfaces.IDiscussionLayer"
|
||||
class=".moderation.BulkActionsView"
|
||||
permission="cmf.ManagePortal"
|
||||
permission="plone.app.discussion.ReviewComments"
|
||||
/>
|
||||
|
||||
<!-- Delete comment view -->
|
||||
|
Loading…
Reference in New Issue
Block a user