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 @@ ...@@ -31,7 +31,6 @@
<item>Worklist</item> <item>Worklist</item>
</portal_type> </portal_type>
<portal_type id="Workflow Module"> <portal_type id="Workflow Module">
<item>Interaction Workflow</item> <item>Configuration Workflow</item>
<item>Workflow</item>
</portal_type> </portal_type>
</allowed_content_type_list> </allowed_content_type_list>
\ No newline at end of file
...@@ -405,10 +405,6 @@ ...@@ -405,10 +405,6 @@
<list> <list>
<tuple> <tuple>
<string>id</string> <string>id</string>
<string>ID</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string> <string>Reference</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -531,12 +527,7 @@ ...@@ -531,12 +527,7 @@
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
<list> <list/>
<tuple>
<string>Workflow</string>
<string>Workflow</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -569,7 +560,7 @@ ...@@ -569,7 +560,7 @@
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>workflow_module_selection</string> </value> <value> <string>configuration_workflow_selection</string> </value>
</item> </item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
......
...@@ -10,8 +10,7 @@ Interaction Workflow | Workflow Script ...@@ -10,8 +10,7 @@ Interaction Workflow | Workflow Script
Interaction | Transition Variable Interaction | Transition Variable
State | PermissionRoles State | PermissionRoles
Transition | Transition Variable Transition | Transition Variable
Workflow Module | Interaction Workflow Workflow Module | Configuration Workflow
Workflow Module | Workflow
Workflow | State Workflow | State
Workflow | Transition Workflow | Transition
Workflow | Variable 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