mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
PHRAS-192 #fix separator display in edit box
This commit is contained in:
@@ -381,7 +381,7 @@
|
|||||||
arrayValues.push(values[v].getValue());
|
arrayValues.push(values[v].getValue());
|
||||||
}
|
}
|
||||||
|
|
||||||
return arrayValues.join(' ' + this.databoxField.getSeparator() + ' ');
|
return arrayValues.join(' ; ');
|
||||||
},
|
},
|
||||||
replaceValue: function (search, replace) {
|
replaceValue: function (search, replace) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user