Skip to content

Commit c30f1e2

Browse files
committed
support also supportId
1 parent e36f4e9 commit c30f1e2

File tree

1 file changed

+2
-0
lines changed
  • services/static-webserver/client/source/class/osparc/data

1 file changed

+2
-0
lines changed

services/static-webserver/client/source/class/osparc/data/Resources.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,6 +1660,8 @@ qx.Class.define("osparc.data.Resources", {
16601660
status = errorData.status;
16611661
if (errorData["support_id"]) {
16621662
supportId = errorData["support_id"];
1663+
} else if (errorData["supportId"]) {
1664+
supportId = errorData["supportId"];
16631665
}
16641666
} else {
16651667
const req = e.getRequest();

0 commit comments

Comments
 (0)