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 2fdc78f commit 038a9beCopy full SHA for 038a9be
services/static-webserver/client/source/class/osparc/data/model/Study.js
@@ -351,7 +351,7 @@ qx.Class.define("osparc.data.model.Study", {
351
const existingNodeIds = Object.keys(studyData["workbench"]);
352
const linkedNodeIds = osparc.data.model.Workbench.getLinkedNodes(studyData["workbench"]);
353
const allExist = linkedNodeIds.every(linkedNodeId => existingNodeIds.includes(linkedNodeId));
354
- console.log(allExist, existingNodeIds, allExist);
+ return !allExist;
355
},
356
357
isCorrupt: function(studyData) {
0 commit comments