Commit eed77a9e authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

erp5_workflow: add configuration workflow as allowed content of workflow_module.

parent 0b0c054a
......@@ -31,7 +31,6 @@
<item>Worklist</item>
</portal_type>
<portal_type id="Workflow Module">
<item>Interaction Workflow</item>
<item>Workflow</item>
<item>Configuration Workflow</item>
</portal_type>
</allowed_content_type_list>
\ No newline at end of file
......@@ -405,10 +405,6 @@
<list>
<tuple>
<string>id</string>
<string>ID</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple>
......@@ -531,12 +527,7 @@
<item>
<key> <string>portal_types</string> </key>
<value>
<list>
<tuple>
<string>Workflow</string>
<string>Workflow</string>
</tuple>
</list>
<list/>
</value>
</item>
<item>
......@@ -569,7 +560,7 @@
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>workflow_module_selection</string> </value>
<value> <string>configuration_workflow_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
......
......@@ -10,8 +10,7 @@ Interaction Workflow | Workflow Script
Interaction | Transition Variable
State | PermissionRoles
Transition | Transition Variable
Workflow Module | Interaction Workflow
Workflow Module | Workflow
Workflow Module | Configuration Workflow
Workflow | State
Workflow | Transition
Workflow | Variable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment