Skip to content

Commit 8bb7e81

Browse files
authored
Merge pull request #79 from LabKey/fb_merge_discvr-21.3
Merge discvr-21.3 to develop
2 parents 2455d5d + 26de026 commit 8bb7e81

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)