mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
Merge pull request #514 from mabashian/activity-stream-job-redirect
When the panel lists were consolidated down the list name was changed to 'all_jobs.' When a job is clicked from the activity stream it should show the job list filtered down by ID.
This commit is contained in:
@@ -428,7 +428,7 @@ export default
|
|||||||
// }, 300);
|
// }, 300);
|
||||||
});
|
});
|
||||||
|
|
||||||
if (base === 'jobs' && list.name === 'completed_jobs') {
|
if (base === 'jobs' && list.name === 'all_jobs') {
|
||||||
if ($routeParams.id__int) {
|
if ($routeParams.id__int) {
|
||||||
scope[list.iterator + 'SearchField'] = 'id';
|
scope[list.iterator + 'SearchField'] = 'id';
|
||||||
scope[list.iterator + 'SearchValue'] = $routeParams.id__int;
|
scope[list.iterator + 'SearchValue'] = $routeParams.id__int;
|
||||||
|
|||||||
Reference in New Issue
Block a user