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 38e06ab commit ba94eddCopy full SHA for ba94edd
services/static-webserver/client/source/class/osparc/data/model/Study.js
@@ -487,7 +487,7 @@ qx.Class.define("osparc.data.model.Study", {
487
// Do not listen to output related backend updates if the node is a frontend node.
488
// The frontend controls its output values, progress and states.
489
// If a File Picker is uploading a file, the backend could override the current state with some older state.
490
- if (node && nodeData && !osparc.data.model.Node.isFrontend(node)) {
+ if (node && nodeData && !osparc.data.model.Node.isFrontend(node.getMetaData())) {
491
node.setOutputData(nodeData.outputs);
492
if ("progress" in nodeData) {
493
const progress = Number.parseInt(nodeData["progress"]);
0 commit comments