mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
fix job portal list dependency reference error
This commit is contained in:
@@ -48,6 +48,10 @@ export default {
|
|||||||
return qs.search(searchPath, searchParam)
|
return qs.search(searchPath, searchParam)
|
||||||
.finally(() => Wait('stop'));
|
.finally(() => Wait('stop'));
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
SearchBasePath: [
|
||||||
|
'GetBasePath',
|
||||||
|
(GetBasePath) => GetBasePath('unified_jobs')
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -51,6 +51,10 @@ export default {
|
|||||||
return qs.search(searchPath, searchParam)
|
return qs.search(searchPath, searchParam)
|
||||||
.finally(() => Wait('stop'));
|
.finally(() => Wait('stop'));
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
SearchBasePath: [
|
||||||
|
'GetBasePath',
|
||||||
|
(GetBasePath) => GetBasePath('unified_jobs')
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user