Skip to content

Commit b859b6a

Browse files
authored
Merge pull request #5669 from Countly/data-migration-issues
[Data migration] extended accepted files to gzip and x-gzip
2 parents c7912ea + 1abb6b8 commit b859b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/data_migration/frontend/public/javascripts/countly.views.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
createImageThumbnails: false,
197197
autoProcessQueue: false,
198198
addRemoveLinks: true,
199-
acceptedFiles: 'application/x-gzip',
199+
acceptedFiles: 'application/gzip,application/x-gzip',
200200
dictDefaultMessage: this.i18n('feedback.drop-message'),
201201
dictRemoveFile: this.i18n('feedback.remove-file'),
202202
url: "/i/datamigration/import",
@@ -220,7 +220,7 @@
220220
message: CV.i18n('data-migration.generated-token')
221221
});
222222
self.importDrawerCancelButtonLabel = CV.i18n('data-migration.close');
223-
self.importDrawerSaveButtonLabel = false;
223+
self.importDrawerSaveButtonLabel = "";
224224
}
225225
else {
226226
CountlyHelpers.notify({

0 commit comments

Comments
 (0)