Commit c4b0ee73 authored by Fabien Morin's avatar Fabien Morin

model workflow should use validation_workflow variable instead of simulation_workflow. Change it.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30993 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dfeda10a
......@@ -57,7 +57,7 @@
</item>
<item>
<key> <string>state_var</string> </key>
<value> <string>simulation_state</string> </value>
<value> <string>validation_state</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=refused&local_roles:list=Assignor&res
<value>
<dictionary>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>refused</string>
......
......@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=draft&local_roles:list=Owner&reset=1
<value>
<dictionary>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>draft</string>
......
......@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=proposed&local_roles:list=Assignor&re
<value>
<dictionary>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>proposed</string>
......
......@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=quoting&local_roles:list=Assignor&res
<value>
<dictionary>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>quoting</string>
......
......@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=modeling&local_roles:list=Assignee&re
<value>
<dictionary>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>modeling</string>
......
......@@ -83,7 +83,7 @@ apparel_model_module/view?validation_state=designed&local_roles:list=Assignor&lo
<value>
<dictionary>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>designed</string>
......
......@@ -83,7 +83,7 @@ apparel_model_module/view?validation_state=prototyping&local_roles:list=Assignor
<value>
<dictionary>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>prototyping</string>
......
......@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=approved&local_roles:list=Assignee&re
<value>
<dictionary>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>approved</string>
......
......@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=analysed&local_roles:list=Assignor&re
<value>
<dictionary>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>analysed</string>
......
......@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=priced&local_roles:list=Assignor&rese
<value>
<dictionary>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>priced</string>
......
174
\ No newline at end of file
175
\ 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