comment_review_workflow added.

svn path=/plone.app.discussion/trunk/; revision=27361
This commit is contained in:
Timo Stollenwerk
2009-06-08 21:16:51 +00:00
parent 468e32a6ed
commit c55316d212
6 changed files with 182 additions and 0 deletions
@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<object name="portal_workflow">
<object name="comment_review_workflow" meta_type="Workflow"/>
<bindings>
<type type_id="Discussion Item">
<bound-workflow workflow_id="one_state_workflow" />
</type>
</bindings>
</object>