comment out author_notification field because we postponed this setting.
svn path=/plone.app.discussion/trunk/; revision=35080
This commit is contained in:
parent
7ef4f384e0
commit
e5ee53b644
@ -216,9 +216,9 @@ class IComment(Interface):
|
|||||||
mime_type = schema.ASCIILine(title=_(u"MIME type"), default="text/plain")
|
mime_type = schema.ASCIILine(title=_(u"MIME type"), default="text/plain")
|
||||||
text = schema.Text(title=_(u"Comment"))
|
text = schema.Text(title=_(u"Comment"))
|
||||||
|
|
||||||
author_notification = schema.Bool(title=_(u"Notify me of new comments via "
|
#author_notification = schema.Bool(title=_(u"Notify me of new comments via "
|
||||||
"email."),
|
# "email."),
|
||||||
required=False)
|
# required=False)
|
||||||
|
|
||||||
creator = schema.TextLine(title=_(u"Author name (for display)"))
|
creator = schema.TextLine(title=_(u"Author name (for display)"))
|
||||||
creation_date = schema.Date(title=_(u"Creation date"))
|
creation_date = schema.Date(title=_(u"Creation date"))
|
||||||
|
Loading…
Reference in New Issue
Block a user