Enable discussion by default if p.a.discussion is shipped as add-on product.

svn path=/plone.app.discussion/branches/1.x/; revision=46973
This commit is contained in:
Timo Stollenwerk
2011-01-20 19:49:58 +00:00
parent aef9a0a39b
commit 9790dd5b65
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -22,9 +22,6 @@ Changelog
- Avoid sending multiple notification emails to the same person when
he has commented multiple times.
[maurits]
- Disable discussion by default.
[timo]
- Move discussion action item from actionicons.xml to actions.xml to avoid
deprecation warning.
+1 -1
View File
@@ -29,7 +29,7 @@ class IDiscussionSettings(Interface):
"specific content types, folders or content objects "
"before users will be able to post comments."),
required=False,
default=False,
default=True,
)
anonymous_comments = schema.Bool(