66d355544f
We use a different workflow for comments: The View permission is acquired instead of given explicitly, as outlined in https://dev.plone.org/ticket/12531.
10 lines
300 B
XML
10 lines
300 B
XML
<?xml version="1.0"?>
|
|
<object name="portal_workflow" meta_type="CMF Workflow Tool">
|
|
<object name="comment_workflow_acquired_view" meta_type="Workflow"/>
|
|
<bindings>
|
|
<type type_id="Discussion Item">
|
|
<bound-workflow workflow_id="comment_workflow_acquired_view"/>
|
|
</type>
|
|
</bindings>
|
|
</object>
|