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 bcaa361 commit 5f9aa7bCopy full SHA for 5f9aa7b
services/static-webserver/client/source/class/osparc/data/Job.js
@@ -28,7 +28,7 @@ qx.Class.define("osparc.data.Job", {
28
startedAt: jobData["startedAt"] ? new Date(jobData["startedAt"]) : null,
29
endedAt: jobData["endedAt"] ? new Date(jobData["endedAt"]) : null,
30
info: jobData["info"] || null,
31
- customMetadata: jobData["customMetadata"] || null,
+ customMetadata: jobData["projectCustomMetadata"] || null,
32
});
33
34
if (jobData["info"] && jobData["info"]["project_name"]) {
0 commit comments