Commit fc11951e authored by Romain Courteaud's avatar Romain Courteaud

Initialize the display_style_list value to prevent a validation error.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35539 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 848be0d6
......@@ -93,6 +93,7 @@ d = dict(\n
field_domain_root_list = \'\',\n
field_report_tree = \'\',\n
field_report_root_list = \'\',\n
field_display_style_list = \'\',\n
field_list_action = \'list\',\n
field_enabled = \'checked\',\n
field_editable = \'\',\n
......
569
\ No newline at end of file
570
\ 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