Move the discussion control panel to the core Plone configuration.

svn path=/plone.app.discussion/trunk/; revision=46020
This commit is contained in:
Timo Stollenwerk 2010-11-29 17:40:37 +00:00
parent f0cecaf274
commit 9dd33c47d0
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ Changelog
1.0RC1 (unreleased) 1.0RC1 (unreleased)
------------------- -------------------
- Move the discussion control panel to the core Plone configuration.
[timo]
- Always set the effective date of a comment to the same value as the creation - Always set the effective date of a comment to the same value as the creation
date. date.
[timo] [timo]

View File

@ -9,7 +9,7 @@
title="Discussion" title="Discussion"
action_id="discussion" action_id="discussion"
appId="plone.app.discussion" appId="plone.app.discussion"
category="Products" category="Plone"
condition_expr="" condition_expr=""
icon_expr="string:${portal_url}/discussionitem_icon.gif" icon_expr="string:${portal_url}/discussionitem_icon.gif"
url_expr="string:${portal_url}/@@discussion-settings" url_expr="string:${portal_url}/@@discussion-settings"