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 88e5a7a commit fb7a78dCopy full SHA for fb7a78d
services/static-webserver/client/source/class/osparc/study/Utils.js
@@ -60,9 +60,8 @@ qx.Class.define("osparc.study.Utils", {
60
"y": 100
61
}
62
};
63
- // maybe check it's dynamic
64
if (!("mode" in minStudyData["ui"])) {
65
- minStudyData["ui"]["mode"] = "standalone";
+ minStudyData["ui"]["mode"] = metadata["type"] && metadata["type"] === "dynamic" ? "standalone" : "pipeline";
66
67
const inaccessibleServices = osparc.store.Services.getInaccessibleServices(minStudyData["workbench"])
68
if (inaccessibleServices.length) {
0 commit comments