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 e36f4e9 commit c30f1e2Copy full SHA for c30f1e2
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -1660,6 +1660,8 @@ qx.Class.define("osparc.data.Resources", {
1660
status = errorData.status;
1661
if (errorData["support_id"]) {
1662
supportId = errorData["support_id"];
1663
+ } else if (errorData["supportId"]) {
1664
+ supportId = errorData["supportId"];
1665
}
1666
} else {
1667
const req = e.getRequest();
0 commit comments