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 5d7b1ec commit 1e45c42Copy full SHA for 1e45c42
services/static-webserver/client/source/class/osparc/data/model/Node.js
@@ -549,7 +549,9 @@ qx.Class.define("osparc.data.model.Node", {
549
return this.getIframeHandler() ? this.getIframeHandler().getLoadingPage() : null;
550
},
551
552
- __applyPropsForm: function() {
+ __applyPropsForm: function(propsForm) {
553
+ osparc.utils.Utils.setIdToWidget(propsForm, "settingsForm_" + this.getNodeId());
554
+
555
const checkIsPipelineRunning = () => {
556
const isPipelineRunning = this.getStudy().isPipelineRunning();
557
this.getPropsForm().setEnabled(!isPipelineRunning);
0 commit comments