Fix exported forms missing their extensions

Related to #1267 and #1324
This commit is contained in:
Fabrice Mouhartem 2023-11-16 15:32:31 +01:00
parent 0005b933e9
commit 38b20e8417

View File

@ -2,7 +2,9 @@ define([
'/common/common-util.js',
'/customize/messages.js'
], function (Util, Messages) {
var Export = {};
var Export = {
ext: '.json'
};
var escapeCSV = function (v) {
if (!/("|,|\n|;)/.test(v)) {