Commit cb7c95ce authored by Sebastien Robin's avatar Sebastien Robin

make the id column of FooModule_viewFooList editable, this is important to...

make the id column of FooModule_viewFooList editable, this is important to make sure that tales expressions are tested with the listbox_zuite

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9857 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4bfb6aef
......@@ -223,7 +223,7 @@
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
......
......@@ -83,8 +83,8 @@
field_all_columns = \'\',\n
field_search_columns = \'\',\n
field_sort_columns = \'\',\n
field_sort = \'id\',\n
field_editable_columns = \'\',\n
field_sort = \'id\', # Very important, this allow to test tales expression on listbox_XXX fields\n
field_editable_columns = \'id\',\n
field_stat_columns = \'\',\n
field_url_columns = \'\',\n
field_list_method = \'searchFolder\',\n
......
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