add hint for enabling comment moderation workflow.
svn path=/plone.app.discussion/trunk/; revision=28760
This commit is contained in:
parent
f4f0e29e96
commit
c3a0631813
@ -19,7 +19,12 @@ class DiscussionSettingsEditForm(controlpanel.RegistryEditForm):
|
||||
|
||||
schema = IDiscussionSettings
|
||||
label = _(u"Discussion settings")
|
||||
description = _(u"Please enter the options specified")
|
||||
description = _(u"""Some discussion related settings are not located
|
||||
in the Discussion Control Panel.
|
||||
|
||||
To enable comment moderation, go to the Types Control Panel,
|
||||
choose "Comment", and set the workflow to "Comment Review Workflow".
|
||||
""")
|
||||
|
||||
def updateFields(self):
|
||||
super(DiscussionSettingsEditForm, self).updateFields()
|
||||
|
Loading…
Reference in New Issue
Block a user