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 @@
<portal_type id="Workflow Script">
<item>WorkflowScript</item>
</portal_type>
<portal_type id="Workflow Tool">
<item>WorkflowTool</item>
</portal_type>
</property_sheet_list>
\ No newline at end of file
......@@ -30,7 +30,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5WorkflowConstraint</string> </value>
<value> <string>WorkflowTool</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
......@@ -3,5 +3,6 @@ Configuration Workflow | WorkflowConfigurator
Interaction Workflow | DefaultImage
Interaction Workflow | WorkflowConfigurator
Workflow Script | WorkflowScript
Workflow Tool | WorkflowTool
Workflow | DefaultImage
Workflow | WorkflowConfigurator
\ No newline at end of file
......@@ -7,4 +7,4 @@ Variable
Transition
State
WorkflowConfigurator
ERP5WorkflowConstraint
\ No newline at end of file
WorkflowTool
\ 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