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

erp5_workflow: configuration workflow skin format correction; add variable as...

erp5_workflow: configuration workflow skin format correction; add variable as allowed content to configuration workflow; correct skin listbox selection field.
parent 7539d84b
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<portal_type id="Configuration Workflow"> <portal_type id="Configuration Workflow">
<item>Configuration State</item> <item>Configuration State</item>
<item>Configuration Transition</item> <item>Configuration Transition</item>
<item>Variable</item>
</portal_type> </portal_type>
<portal_type id="ERP5 Workflow Tool"> <portal_type id="ERP5 Workflow Tool">
<item>Interaction Workflow</item> <item>Interaction Workflow</item>
......
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>title</string>
<string>base_category</string> <string>base_category</string>
<string>portal_type</string>
<string>catalog_index</string> <string>catalog_index</string>
<string>parameter_list</string> <string>parameter_list</string>
<string>portal_type</string>
<string>title</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -108,8 +108,8 @@ ...@@ -108,8 +108,8 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>State</string> <string>Configuration State</string>
<string>State</string> <string>Configuration State</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>workflow_variable_selection</string> </value> <value> <string>configuration_workflow_variable_selection</string> </value>
</item> </item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
......
...@@ -84,6 +84,10 @@ ...@@ -84,6 +84,10 @@
<string>reference</string> <string>reference</string>
<string>Reference</string> <string>Reference</string>
</tuple> </tuple>
<tuple>
<string>id</string>
<string>ID</string>
</tuple>
<tuple> <tuple>
<string>title</string> <string>title</string>
<string>Title</string> <string>Title</string>
......
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>workflow_variable_selection</string> </value> <value> <string>interaction_workflow_variable_selection</string> </value>
</item> </item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
......
Configuration Workflow | Configuration State Configuration Workflow | Configuration State
Configuration Workflow | Configuration Transition Configuration Workflow | Configuration Transition
Configuration Workflow | Variable
ERP5 Workflow Tool | Interaction Workflow ERP5 Workflow Tool | Interaction Workflow
ERP5 Workflow Tool | Workflow ERP5 Workflow Tool | Workflow
Interaction Workflow | Interaction Interaction Workflow | Interaction
......
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