mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
fix job portal list dependency reference error
This commit is contained in:
@@ -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')
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user