update edit dialog
This commit is contained in:
parent
1d7ebde097
commit
3db2418652
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ oml.ui.editDialog = function() {
|
||||||
});
|
});
|
||||||
if (isArray) {
|
if (isArray) {
|
||||||
values = values.map(function(value) {
|
values = values.map(function(value) {
|
||||||
return value.join(separator);
|
return (value || []).join(separator);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
data[key] = Ox.unique(values).length == 1
|
data[key] = Ox.unique(values).length == 1
|
||||||
|
|
Loading…
Reference in a new issue