mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +01:00
Stop caring about multiple for readonly, display all values provided
This commit is contained in:
parent
3fdce9467a
commit
a178fd1cec
@ -605,7 +605,7 @@ var et2_selectbox_ro = et2_selectbox.extend([et2_IDetachedDOM], {
|
|||||||
},
|
},
|
||||||
|
|
||||||
set_value: function(_value) {
|
set_value: function(_value) {
|
||||||
if(typeof _value == "string" && _value.match(/[,0-9]+$/) !== null && this.options.multiple)
|
if(typeof _value == "string" && _value.match(/[,0-9]+$/) !== null)
|
||||||
{
|
{
|
||||||
_value = _value.split(',');
|
_value = _value.split(',');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user