Skip to content

Commit fcd35a5

Browse files
committed
renaming
1 parent cbd15dc commit fcd35a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/file/FileLabelWithActions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ qx.Class.define("osparc.file.FileLabelWithActions", {
180180
const fetchPromise = dataStore.exportData(paths);
181181
const pollTasks = osparc.store.PollTasks.getInstance();
182182
pollTasks.createPollingTask(fetchPromise)
183-
.then(task => this.__multiDownloadTaskReceived(task))
183+
.then(task => this.__exportDataTaskReceived(task))
184184
.catch(err => osparc.FlashMessenger.logError(err, this.tr("Unsuccessful files download")));
185185
},
186186

@@ -245,7 +245,7 @@ qx.Class.define("osparc.file.FileLabelWithActions", {
245245
}
246246
},
247247

248-
__multiDownloadTaskReceived: function(task) {
248+
__exportDataTaskReceived: function(task) {
249249
const exportDataTaskUI = new osparc.task.ExportData();
250250
exportDataTaskUI.setTask(task);
251251
osparc.task.TasksContainer.getInstance().addTaskUI(exportDataTaskUI);

0 commit comments

Comments
 (0)