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
<value>
<tuple>
<string>Owner</string>
<string>Assignor</string>
<string>Assignee</string>
</tuple>
</value>
</item>
......
......@@ -27,7 +27,7 @@
<key> <string>actbox_url</string> </key>
<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>
</item>
......@@ -99,7 +99,7 @@ bug_module?simulation_state=delivered&local_roles=%(local_roles)s&reset=1
<key> <string>simulation_state</string> </key>
<value>
<tuple>
<string>delivered</string>
<string>stopped</string>
</tuple>
</value>
</item>
......
355
\ No newline at end of file
357
\ 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