Merge pull request #3424 from hashicorp/b-ui-job-version-for-node-allocs
Expect JobVersion in one of two places
This commit is contained in:
commit
9e37ba846a
|
@ -20,6 +20,8 @@ export default ApplicationSerializer.extend({
|
||||||
return summary;
|
return summary;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
hash.JobVersion = hash.JobVersion != null ? hash.JobVersion : get(hash, 'Job.Version');
|
||||||
|
|
||||||
// TEMPORARY: https://github.com/emberjs/data/issues/5209
|
// TEMPORARY: https://github.com/emberjs/data/issues/5209
|
||||||
hash.OriginalJobId = hash.JobID;
|
hash.OriginalJobId = hash.JobID;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue