Commit d9073825 authored by iv's avatar iv Committed by iv

ERP5Workflow: associate WorkflowTool Property Sheet to Template Tool

Portal Type because of initialization problems when associated to Workflow Tool
parent 0975765a
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
<item>DefaultImage</item> <item>DefaultImage</item>
<item>WorkflowConfigurator</item> <item>WorkflowConfigurator</item>
</portal_type> </portal_type>
<portal_type id="Template Tool">
<item>WorkflowTool</item>
</portal_type>
<portal_type id="Workflow"> <portal_type id="Workflow">
<item>DefaultImage</item> <item>DefaultImage</item>
<item>WorkflowConfigurator</item> <item>WorkflowConfigurator</item>
...@@ -14,7 +17,4 @@ ...@@ -14,7 +17,4 @@
<portal_type id="Workflow Script"> <portal_type id="Workflow Script">
<item>WorkflowScript</item> <item>WorkflowScript</item>
</portal_type> </portal_type>
<portal_type id="Workflow Tool">
<item>WorkflowTool</item>
</portal_type>
</property_sheet_list> </property_sheet_list>
\ No newline at end of file
...@@ -21,7 +21,9 @@ ...@@ -21,7 +21,9 @@
<item> <item>
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
<tuple/> <tuple>
<string>constraint_type/post_upgrade</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -2,7 +2,7 @@ Configuration Workflow | DefaultImage ...@@ -2,7 +2,7 @@ Configuration Workflow | DefaultImage
Configuration Workflow | WorkflowConfigurator Configuration Workflow | WorkflowConfigurator
Interaction Workflow | DefaultImage Interaction Workflow | DefaultImage
Interaction Workflow | WorkflowConfigurator Interaction Workflow | WorkflowConfigurator
Template Tool | WorkflowTool
Workflow Script | WorkflowScript Workflow Script | WorkflowScript
Workflow Tool | WorkflowTool
Workflow | DefaultImage Workflow | DefaultImage
Workflow | WorkflowConfigurator Workflow | WorkflowConfigurator
\ No newline at end of file
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