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 0473780 commit feaa283Copy full SHA for feaa283
services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js
@@ -287,8 +287,8 @@ qx.Class.define("osparc.desktop.StudyEditor", {
287
this.__listenToNodeProgress();
288
this.__listenToNoMoreCreditsEvents();
289
this.__listenToEvent();
290
- this.__listenToStateInputPorts();
291
this.__listenToServiceStatus();
+ this.__listenToStateInputPorts();
292
},
293
294
__listenToLogger: function() {
@@ -491,6 +491,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
491
node.getPropForm().retrievedPortData(portId, false);
492
break;
493
}
494
+ }
495
496
497
__reloadSnapshotsAndIterations: function() {
0 commit comments