Commit 73ff1f62 authored by Jérome Perrin's avatar Jérome Perrin

Setting "size" on a MultiRelationField only affect the size of listfield...

Setting "size" on a MultiRelationField only affect the size of listfield displayed when you have to choose between multiple choices. Therefore it's should be set to 1.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16652 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 274d60db
......@@ -518,7 +518,7 @@
</item>
<item>
<key> <string>size</string> </key>
<value> <int>5</int> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>sort</string> </key>
......
684
\ No newline at end of file
685
\ 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