mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
fix job portal list dependency reference error
This commit is contained in:
parent
93c18fb40a
commit
61d1cb46ac
@ -48,6 +48,10 @@ export default {
|
||||
return qs.search(searchPath, searchParam)
|
||||
.finally(() => Wait('stop'));
|
||||
}
|
||||
],
|
||||
SearchBasePath: [
|
||||
'GetBasePath',
|
||||
(GetBasePath) => GetBasePath('unified_jobs')
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
@ -51,6 +51,10 @@ export default {
|
||||
return qs.search(searchPath, searchParam)
|
||||
.finally(() => Wait('stop'));
|
||||
}
|
||||
],
|
||||
SearchBasePath: [
|
||||
'GetBasePath',
|
||||
(GetBasePath) => GetBasePath('unified_jobs')
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user