mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
fixup-adapter
This commit is contained in:
@@ -100,7 +100,6 @@ export default Watchable.extend({
|
||||
},
|
||||
|
||||
update(job) {
|
||||
const url = this.urlForUpdateRecord(job.get('id'), 'job');
|
||||
return this.ajax(this.urlForUpdateRecord(job.get('id'), 'job'), 'POST', {
|
||||
data: {
|
||||
Job: job.get('_newDefinitionJSON'),
|
||||
|
||||
Reference in New Issue
Block a user