Commit 6bea825c authored by Rafael Monnerat's avatar Rafael Monnerat

Modify the planning box to sort by id. This will prevent the test has random lines.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16882 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a959b3d0
......@@ -588,7 +588,12 @@
<item>
<key> <string>sort</string> </key>
<value>
<list/>
<list>
<tuple>
<string>id</string>
<string>id</string>
</tuple>
</list>
</value>
</item>
<item>
......
222
\ No newline at end of file
223
\ 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