The multiselection widget for lot_requried field in product.template form doesn't have the yexpand attribute set to 1 and it doesn't show all the items (it shows an scroll) what makes easy to forget to mark some of the items.
But if you set the yexpand=1, it fills all the available space leaving lot of useless blank space inside the widget.
The best option is to use the required space to show all the items
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
We was chatting with Ced in the TUB.
As I explained, yexpand=1 doesn't give a correct behaviour because it takes lot of space that usually is white space in the widget because it has a few entries.
With the proposed solution, the "designer" has the opportunity to yexpand=1 if he knows it will have lot of fields (and want the scroll at widget level) or leave the widget to fill only the required space to show all entries
Guillem Barbaadded 1 deleted label and removed 1 deleted label
For sao, I guess we should update in case of no yexpand the size attribute to keep the same behaviour as explain in http://stackoverflow.com/a/12578164/3541219
But if nobody works on it, I doubt we will have it for 4.2
Cédric Krieradded 1 deleted label and removed 1 deleted label