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 2de3feb commit 5e9aff4Copy full SHA for 5e9aff4
services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js
@@ -618,10 +618,8 @@ qx.Class.define("osparc.desktop.StudyEditor", {
618
this.__requestStartPipeline(studyId, partialPipeline, true);
619
}
620
}, this);
621
- } else if (err.status == "402") {
622
- osparc.FlashMessenger.logAs(msg, "WARNING");
623
} else {
624
+ osparc.FlashMessenger.logError(err);
625
this.getStudyLogger().error(null, "Unsuccessful pipeline submission");
626
627
this.getStudy().setPipelineRunning(false);
0 commit comments