comment out author_notification field because we postponed this setting.

svn path=/plone.app.discussion/trunk/; revision=35080
This commit is contained in:
Timo Stollenwerk 2010-03-17 10:44:17 +00:00
parent 7ef4f384e0
commit e5ee53b644
1 changed files with 3 additions and 3 deletions

View File

@ -216,9 +216,9 @@ class IComment(Interface):
mime_type = schema.ASCIILine(title=_(u"MIME type"), default="text/plain")
text = schema.Text(title=_(u"Comment"))
author_notification = schema.Bool(title=_(u"Notify me of new comments via "
"email."),
required=False)
#author_notification = schema.Bool(title=_(u"Notify me of new comments via "
# "email."),
# required=False)
creator = schema.TextLine(title=_(u"Author name (for display)"))
creation_date = schema.Date(title=_(u"Creation date"))