mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +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
|
||||
delete(attrs.label);
|
||||
|
||||
attrs.rows = field.rows;
|
||||
attrs.select_options = field.values;
|
||||
return true;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user