Commit 315c5f33 authored by iv's avatar iv Committed by iv

ERP5Workflow: rename Property Sheet ERP5WorkflowConstraint to WorkflowTool

as only WorkflowTool is concerned and new property sheet can be completed
with properties other than constraints if needed.
parent ef4d69b5
...@@ -14,4 +14,7 @@ ...@@ -14,4 +14,7 @@
<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
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>ERP5WorkflowConstraint</string> </value> <value> <string>WorkflowTool</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
......
...@@ -21,9 +21,7 @@ ...@@ -21,9 +21,7 @@
<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>
......
...@@ -3,5 +3,6 @@ Configuration Workflow | WorkflowConfigurator ...@@ -3,5 +3,6 @@ Configuration Workflow | WorkflowConfigurator
Interaction Workflow | DefaultImage Interaction Workflow | DefaultImage
Interaction Workflow | WorkflowConfigurator Interaction Workflow | WorkflowConfigurator
Workflow Script | WorkflowScript Workflow Script | WorkflowScript
Workflow Tool | WorkflowTool
Workflow | DefaultImage Workflow | DefaultImage
Workflow | WorkflowConfigurator Workflow | WorkflowConfigurator
\ No newline at end of file
...@@ -7,4 +7,4 @@ Variable ...@@ -7,4 +7,4 @@ Variable
Transition Transition
State State
WorkflowConfigurator WorkflowConfigurator
ERP5WorkflowConstraint WorkflowTool
\ No newline at end of file \ 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