PHRAS-192 #fix separator display in edit box

This commit is contained in:
Nicolas Le Goff
2014-09-09 21:14:36 +02:00
parent b0b7a249b7
commit bd952552d5

View File

@@ -381,7 +381,7 @@
arrayValues.push(values[v].getValue());
}
return arrayValues.join(' ' + this.databoxField.getSeparator() + ' ');
return arrayValues.join(' ; ');
},
replaceValue: function (search, replace) {