Skip to content

Commit e078bfb

Browse files
committed
attachImportEventHandler
1 parent bc8d4b3 commit e078bfb

File tree

1 file changed

+3
-0
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+3
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,10 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
19391939
const cardTitle = this.tr("Importing Study...");
19401940
const cardIcon = "@FontAwesome5Solid/cloud-upload-alt";
19411941
const importingStudyCard = this._addTaskCard(null, cardTitle, cardIcon);
1942+
this.__attachImportEventHandler(file, importTaskUI, importingStudyCard);
1943+
},
19421944

1945+
__attachImportEventHandler: function(file, importTaskUI, importingStudyCard) {
19431946
const body = new FormData();
19441947
body.append("fileName", file);
19451948

0 commit comments

Comments
 (0)