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.