mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Expect JobVersion in one of two places
This commit is contained in:
@@ -20,6 +20,8 @@ export default ApplicationSerializer.extend({
|
||||
return summary;
|
||||
});
|
||||
|
||||
hash.JobVersion = hash.JobVersion != null ? hash.JobVersion : get(hash, 'Job.Version');
|
||||
|
||||
// TEMPORARY: https://github.com/emberjs/data/issues/5209
|
||||
hash.OriginalJobId = hash.JobID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user