plone.app.discussion/plone/app/discussion/profiles/default/workflows.xml
Timo Stollenwerk c55316d212 comment_review_workflow added.
svn path=/plone.app.discussion/trunk/; revision=27361
2009-06-08 21:16:51 +00:00

10 lines
255 B
XML

<?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>