mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 15:58:38 -05:00
Fix resource references in models
This commit is contained in:
committed by
Jake McDermott
parent
d6e7058947
commit
e143698484
@@ -1,7 +1,7 @@
|
||||
let BaseModel;
|
||||
|
||||
function SystemJobModel (method, resource, config) {
|
||||
BaseModel.call(this, 'jobs');
|
||||
BaseModel.call(this, 'system_jobs');
|
||||
|
||||
this.Constructor = SystemJobModel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user