Commit aa779dc3 authored by Tomáš Peterka's avatar Tomáš Peterka

Revert "[erp5_ui_test] Be always explicit (with sorting) and bugfix fr...

Revert "[erp5_ui_test] Be always explicit (with sorting) and bugfix fr argumentto FooModule_createObjects

This reverts commit 1bb79a39

/reviewed-on !332
parent 01aef474
......@@ -2,8 +2,6 @@
from DateTime import DateTime
category_list = ('a', 'b', 'a/a1', 'a/a2')
big_category_list = ('c1', 'c10', 'c2', 'c20', 'c3', 'c4')
start = int(start)
num = int(num)
for i in range(start, start + num):
category = category_list[i % len(category_list)]
......
......@@ -18,7 +18,7 @@ d = dict(
field_all_columns = '',
field_search_columns = '',
field_sort_columns = '',
field_sort = 'id | DESC', # Very important, this allow to test tales expression on listbox_XXX fields
field_sort = 'id', # Very important, this allow to test tales expression on listbox_XXX fields
field_editable_columns = 'id',
field_stat_columns = '',
field_url_columns = '',
......
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