Skip to content

Commit e6e3840

Browse files
committed
it is needed
1 parent 7d93215 commit e6e3840

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

services/static-webserver/client/source/class/osparc/node/BootOptionsView.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ qx.Class.define("osparc.node.BootOptionsView", {
5555
};
5656
node.setBootOptions(data);
5757
node.fireEvent("updateStudyDocument");
58-
// OM not sure it's needed
5958
node.fireDataEvent("projectDocumentChanged", {
6059
"op": "replace",
6160
"path": `/workbench/${nodeId}/bootOptions`,
@@ -65,7 +64,7 @@ qx.Class.define("osparc.node.BootOptionsView", {
6564
// add timeout to make sure the node is saved before starting it
6665
setTimeout(() => {
6766
buttonsLayout.setEnabled(true);
68-
node.requestStartNode();
67+
// node.requestStartNode();
6968
}, osparc.desktop.StudyEditor.AUTO_SAVE_INTERVAL);
7069
}
7170
}, this);

services/static-webserver/client/source/class/osparc/node/LifeCycleView.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ qx.Class.define("osparc.node.LifeCycleView", {
120120
}
121121
node.set(newData);
122122
node.fireEvent("updateStudyDocument");
123-
// OM not sure it's needed
124123
node.fireDataEvent("projectDocumentChanged", [{
125124
"op": "replace",
126125
"path": `/workbench/${nodeId}/key`,

0 commit comments

Comments
 (0)