mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
Fix missing custom selectbox rows attribute
This commit is contained in:
parent
c87a5d6806
commit
0cd63aefc2
@ -393,6 +393,7 @@ var et2_customfields_list = et2_valueWidget.extend([et2_IDetachedDOM, et2_IInput
|
|||||||
// No label on the widget itself
|
// No label on the widget itself
|
||||||
delete(attrs.label);
|
delete(attrs.label);
|
||||||
|
|
||||||
|
attrs.rows = field.rows;
|
||||||
attrs.select_options = field.values;
|
attrs.select_options = field.values;
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user