Commit 1a6508e4 authored by Jérome Perrin's avatar Jérome Perrin

Don't use "listbox" as default value for field_id, because it will be used if...

Don't use "listbox" as default value for field_id, because it will be used if the TALES fails, and it may hide some bugs.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30076 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 599fae16
......@@ -174,7 +174,7 @@
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>listbox</string> </value>
<value> <string>(listbox)</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
1350
\ No newline at end of file
1348
\ 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