Skip to content

Commit ba94edd

Browse files
committed
pass metadata
1 parent 38e06ab commit ba94edd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ qx.Class.define("osparc.data.model.Study", {
487487
// Do not listen to output related backend updates if the node is a frontend node.
488488
// The frontend controls its output values, progress and states.
489489
// 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)) {
490+
if (node && nodeData && !osparc.data.model.Node.isFrontend(node.getMetaData())) {
491491
node.setOutputData(nodeData.outputs);
492492
if ("progress" in nodeData) {
493493
const progress = Number.parseInt(nodeData["progress"]);

0 commit comments

Comments
 (0)