Commit c50ea6d9 authored by Jérome Perrin's avatar Jérome Perrin

core: Base_hashCategoryList None

parent c8a570e2
...@@ -18,7 +18,7 @@ default_sub_field_property_dict.update(title=' ', ...@@ -18,7 +18,7 @@ default_sub_field_property_dict.update(title=' ',
field_type='ListField', field_type='ListField',
size=1, size=1,
item_list=[('', '')] + item_list, item_list=[('', '')] + item_list,
value=None) value='')
for value in value_list: for value in value_list:
new_dict = default_sub_field_property_dict.copy() new_dict = default_sub_field_property_dict.copy()
new_dict['value'] = value new_dict['value'] = value
......
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