From 28fbad44a78d53d903186f846ce2c728eace710f Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 16 Jun 2009 13:10:58 +0000 Subject: [PATCH] fix the permissions for delete and publish comments. make the publish-comment button work. svn path=/plone.app.discussion/trunk/; revision=27469 --- plone/app/discussion/browser/configure.zcml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plone/app/discussion/browser/configure.zcml b/plone/app/discussion/browser/configure.zcml index 2853692..98bca4d 100644 --- a/plone/app/discussion/browser/configure.zcml +++ b/plone/app/discussion/browser/configure.zcml @@ -23,7 +23,7 @@ name="moderate-delete-comment" layer="..interfaces.IDiscussionLayer" class=".comments.DeleteComment" - permission="cmf.ManagePortal" + permission="plone.app.discussion.ReviewComments" /> @@ -32,7 +32,7 @@ name="moderate-publish-comment" layer="..interfaces.IDiscussionLayer" class=".comments.PublishComment" - permission="cmf.ManagePortal" + permission="plone.app.discussion.ReviewComments" />