Commit 47a0f811 authored by Fabien Morin's avatar Fabien Morin

update worklist to use validation_state instead of simulation_state. Some...

update worklist to use validation_state instead of simulation_state. Some worklist url were bad, fix them

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30287 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e67c3203
......@@ -90,7 +90,7 @@ apparel_component_module/view?validation_state=draft&local_roles:list=Owner&rese
</value>
</item>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>draft</string>
......
......@@ -90,7 +90,7 @@ apparel_fabric_module/view?validation_state=draft&local_roles:list=Owner&reset=1
</value>
</item>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>draft</string>
......
......@@ -90,7 +90,7 @@ apparel_component_module/view?validation_state=draft&local_roles:list=Assignor&r
</value>
</item>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>proposed</string>
......
......@@ -21,7 +21,7 @@
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
apparel_fabric_module/view?validation_state=draft&local_roles:list=Assignor&reset=1
apparel_fabric_module/view?validation_state=proposed&local_roles:list=Assignor&reset=1
]]></string> </value>
</item>
......@@ -90,7 +90,7 @@ apparel_fabric_module/view?validation_state=draft&local_roles:list=Assignor&rese
</value>
</item>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>proposed</string>
......
......@@ -21,7 +21,7 @@
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
apparel_component_module/view?validation_state=draft&local_roles:list=Assignee&reset=1
apparel_component_module/view?validation_state=approved&local_roles:list=Assignee&reset=1
]]></string> </value>
</item>
......@@ -90,7 +90,7 @@ apparel_component_module/view?validation_state=draft&local_roles:list=Assignee&r
</value>
</item>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>approved</string>
......
......@@ -21,7 +21,7 @@
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
apparel_fabric_module/view?validation_state=draft&local_roles:list=Assignee&reset=1
apparel_fabric_module/view?validation_state=approved&local_roles:list=Assignee&reset=1
]]></string> </value>
</item>
......@@ -90,7 +90,7 @@ apparel_fabric_module/view?validation_state=draft&local_roles:list=Assignee&rese
</value>
</item>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>approved</string>
......
......@@ -21,7 +21,7 @@
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
apparel_component_module/view?validation_state=draft&local_roles:list=Assignor&local_roles:list=Associate&reset=1
apparel_component_module/view?validation_state=sourcing&local_roles:list=Assignor&local_roles:list=Associate&reset=1
]]></string> </value>
</item>
......@@ -91,7 +91,7 @@ apparel_component_module/view?validation_state=draft&local_roles:list=Assignor&l
</value>
</item>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>sourcing</string>
......
......@@ -21,7 +21,7 @@
<key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[
apparel_fabric_module/view?validation_state=draft&local_roles:list=Assignor&local_roles:list=Associate&reset=1
apparel_fabric_module/view?validation_state=sourcing&local_roles:list=Assignor&local_roles:list=Associate&reset=1
]]></string> </value>
</item>
......@@ -91,7 +91,7 @@ apparel_fabric_module/view?validation_state=draft&local_roles:list=Assignor&loca
</value>
</item>
<item>
<key> <string>simulation_state</string> </key>
<key> <string>validation_state</string> </key>
<value>
<tuple>
<string>sourcing</string>
......
126
\ No newline at end of file
127
\ 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