diff --git a/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.js b/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.js index f4beb2c64..7c17ff2c8 100644 --- a/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.js +++ b/main/webapp/modules/core/scripts/dialogs/custom-tabular-exporter-dialog.js @@ -213,7 +213,7 @@ CustomTabularExporterDialog.prototype._configureUIFromOptionCode = function(opti if (options.columns !== null) { var self = this; - this._elmts.columnList.find('.custom-tabular-exporter-dialog-column input[type="checkbox"]').attr('checked', ''); + this._elmts.columnList.find('.custom-tabular-exporter-dialog-column input[type="checkbox"]').attr('checked', false); $.each(options.columns, function() { var name = this.name; self._columnOptionMap[name] = this;