From 797ed408522dc3e738e7e32c3fc61222d14d2337 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Wed, 8 Dec 2010 17:45:58 +0000 Subject: [PATCH] Link directly to the "Discussion Item" types control panel in the moderation view. svn path=/plone.app.discussion/trunk/; revision=46207 --- CHANGES.txt | 4 ++++ plone/app/discussion/browser/moderation.pt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index b926068..4ea57bd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,10 @@ Changelog 1.0RC1 (unreleased) ------------------- +- Link directly to the "Discussion Item" types control panel in the moderation + view. + [timo] + - Show "moderate comments" link in the admin panel only if a moderation workflow is enabled for comments. [timo] diff --git a/plone/app/discussion/browser/moderation.pt b/plone/app/discussion/browser/moderation.pt index b28ce4c..294d79e 100644 --- a/plone/app/discussion/browser/moderation.pt +++ b/plone/app/discussion/browser/moderation.pt @@ -32,7 +32,7 @@ Moderation workflow is disabled. You have to + tal:attributes="href string:${context/portal_url}/@@types-controlpanel?type_id=Discussion Item"> enable the 'Comment Review Workflow' for the Comment content type before you can moderate comments here.