Fix missing custom selectbox rows attribute

This commit is contained in:
Nathan Gray 2013-06-18 17:16:08 +00:00
parent c87a5d6806
commit 0cd63aefc2

View File

@ -393,6 +393,7 @@ var et2_customfields_list = et2_valueWidget.extend([et2_IDetachedDOM, et2_IInput
// No label on the widget itself
delete(attrs.label);
attrs.rows = field.rows;
attrs.select_options = field.values;
return true;
},