Skip to content

Commit 1e45c42

Browse files
committed
setIdToWidget
1 parent 5d7b1ec commit 1e45c42

File tree

1 file changed

+3
-1
lines changed
  • services/static-webserver/client/source/class/osparc/data/model

1 file changed

+3
-1
lines changed

services/static-webserver/client/source/class/osparc/data/model/Node.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,9 @@ qx.Class.define("osparc.data.model.Node", {
549549
return this.getIframeHandler() ? this.getIframeHandler().getLoadingPage() : null;
550550
},
551551

552-
__applyPropsForm: function() {
552+
__applyPropsForm: function(propsForm) {
553+
osparc.utils.Utils.setIdToWidget(propsForm, "settingsForm_" + this.getNodeId());
554+
553555
const checkIsPipelineRunning = () => {
554556
const isPipelineRunning = this.getStudy().isPipelineRunning();
555557
this.getPropsForm().setEnabled(!isPipelineRunning);

0 commit comments

Comments
 (0)