Removing hard coded publish action. evilbungle branch merge.

svn path=/plone.app.discussion/trunk/; revision=30669
This commit is contained in:
Timo Stollenwerk
2009-10-17 16:14:44 +00:00
parent 7ef2672e5c
commit 8db9c8c175
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -118,8 +118,7 @@ class PublishComment(BrowserView):
comment = aq_inner(self.context)
comment_id = self.context.id
#workflow_action = self.request.form['workflow_action']
workflow_action = 'publish'
workflow_action = self.request.form['workflow_action']
portal_workflow = getToolByName(comment, 'portal_workflow')
portal_workflow.doActionFor(comment, workflow_action)