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 9afb78a commit fe16dd2Copy full SHA for fe16dd2
services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js
@@ -634,7 +634,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
634
})
635
.catch(error => {
636
if ("status" in error && error.status === 409) {
637
- osparc.FlashMessenger.getInstance().logAs(error.message, "ERROR");
+ console.log("Flash message blocked"); // Workaround for osparc-issues #1189
638
} else {
639
console.error(error);
640
osparc.FlashMessenger.getInstance().logAs(this.tr("Error saving the study"), "ERROR");
0 commit comments