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 @@ ...@@ -57,7 +57,7 @@
</item> </item>
<item> <item>
<key> <string>state_var</string> </key> <key> <string>state_var</string> </key>
<value> <string>simulation_state</string> </value> <value> <string>validation_state</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=refused&local_roles:list=Assignor&res ...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=refused&local_roles:list=Assignor&res
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>simulation_state</string> </key> <key> <string>validation_state</string> </key>
<value> <value>
<tuple> <tuple>
<string>refused</string> <string>refused</string>
......
...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=draft&local_roles:list=Owner&reset=1 ...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=draft&local_roles:list=Owner&reset=1
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>simulation_state</string> </key> <key> <string>validation_state</string> </key>
<value> <value>
<tuple> <tuple>
<string>draft</string> <string>draft</string>
......
...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=proposed&local_roles:list=Assignor&re ...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=proposed&local_roles:list=Assignor&re
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>simulation_state</string> </key> <key> <string>validation_state</string> </key>
<value> <value>
<tuple> <tuple>
<string>proposed</string> <string>proposed</string>
......
...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=quoting&local_roles:list=Assignor&res ...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=quoting&local_roles:list=Assignor&res
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>simulation_state</string> </key> <key> <string>validation_state</string> </key>
<value> <value>
<tuple> <tuple>
<string>quoting</string> <string>quoting</string>
......
...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=modeling&local_roles:list=Assignee&re ...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=modeling&local_roles:list=Assignee&re
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>simulation_state</string> </key> <key> <string>validation_state</string> </key>
<value> <value>
<tuple> <tuple>
<string>modeling</string> <string>modeling</string>
......
...@@ -83,7 +83,7 @@ apparel_model_module/view?validation_state=designed&local_roles:list=Assignor&lo ...@@ -83,7 +83,7 @@ apparel_model_module/view?validation_state=designed&local_roles:list=Assignor&lo
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>simulation_state</string> </key> <key> <string>validation_state</string> </key>
<value> <value>
<tuple> <tuple>
<string>designed</string> <string>designed</string>
......
...@@ -83,7 +83,7 @@ apparel_model_module/view?validation_state=prototyping&local_roles:list=Assignor ...@@ -83,7 +83,7 @@ apparel_model_module/view?validation_state=prototyping&local_roles:list=Assignor
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>simulation_state</string> </key> <key> <string>validation_state</string> </key>
<value> <value>
<tuple> <tuple>
<string>prototyping</string> <string>prototyping</string>
......
...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=approved&local_roles:list=Assignee&re ...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=approved&local_roles:list=Assignee&re
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>simulation_state</string> </key> <key> <string>validation_state</string> </key>
<value> <value>
<tuple> <tuple>
<string>approved</string> <string>approved</string>
......
...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=analysed&local_roles:list=Assignor&re ...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=analysed&local_roles:list=Assignor&re
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>simulation_state</string> </key> <key> <string>validation_state</string> </key>
<value> <value>
<tuple> <tuple>
<string>analysed</string> <string>analysed</string>
......
...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=priced&local_roles:list=Assignor&rese ...@@ -82,7 +82,7 @@ apparel_model_module/view?validation_state=priced&local_roles:list=Assignor&rese
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>simulation_state</string> </key> <key> <string>validation_state</string> </key>
<value> <value>
<tuple> <tuple>
<string>priced</string> <string>priced</string>
......
174 175
\ 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