Skip to content

Commit f5d9425

Browse files
committed
Avoid JS error
1 parent 0898a1d commit f5d9425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LDK/resources/web/LDK/field/SimpleCombo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Ext4.define('LDK.form.field.SimpleCombo', {
5454

5555
getSubmitValue: function(){
5656
var val = this.callParent(arguments);
57-
if (!this.joinReturnValue) {
57+
if (!Ext4.isArray(val) || !this.joinReturnValue) {
5858
return val;
5959
}
6060

0 commit comments

Comments
 (0)