Commit a1ed6951 authored by Nicolas Delaby's avatar Nicolas Delaby

Fix worklist

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23380 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 39552e0d
...@@ -68,8 +68,6 @@ bug_module?simulation_state=draft&local_roles=%(local_roles)s&reset=1 ...@@ -68,8 +68,6 @@ bug_module?simulation_state=draft&local_roles=%(local_roles)s&reset=1
<value> <value>
<tuple> <tuple>
<string>Owner</string> <string>Owner</string>
<string>Assignor</string>
<string>Assignee</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<key> <string>actbox_url</string> </key> <key> <string>actbox_url</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
bug_module?simulation_state=delivered&local_roles=%(local_roles)s&reset=1 bug_module?simulation_state=stopped&local_roles=%(local_roles)s&reset=1
]]></string> </value> ]]></string> </value>
</item> </item>
...@@ -99,7 +99,7 @@ bug_module?simulation_state=delivered&local_roles=%(local_roles)s&reset=1 ...@@ -99,7 +99,7 @@ bug_module?simulation_state=delivered&local_roles=%(local_roles)s&reset=1
<key> <string>simulation_state</string> </key> <key> <string>simulation_state</string> </key>
<value> <value>
<tuple> <tuple>
<string>delivered</string> <string>stopped</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
355 357
\ 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