We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbd7ec commit 8e1d7e4Copy full SHA for 8e1d7e4
services/static-webserver/client/source/class/osparc/dashboard/NewPlusMenu.js
@@ -303,7 +303,10 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
303
resourceDetails.addListener("openService", ev => {
304
win.close();
305
const openServiceData = ev.getData();
306
- this._createStudyFromService(openServiceData["key"], openServiceData["version"]);
+ this.fireDataEvent("newStudyFromServiceClicked", {
307
+ serviceMetadata: openServiceData,
308
+ newStudyLabel: buttonConfig["newStudyLabel"],
309
+ });
310
});
311
}
312
const infoButton = new osparc.ui.basic.IconButton(osparc.ui.hint.InfoHint.INFO_ICON + "/16", cb);
0 commit comments