mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
fix inv scripts activity stream access on list view
This commit is contained in:
parent
430473f01e
commit
4c0c2391f8
@ -111,8 +111,10 @@ export default
|
||||
stateGoParams.id = $state.params[streamConfig.activityStreamId];
|
||||
}
|
||||
if(stateGoParams.target === "custom_inventory_script"){
|
||||
stateGoParams.activity_search[streamConfig.activityStreamTarget] = $state.params.inventory_script_id;
|
||||
stateGoParams.id = $state.params.inventory_script_id;
|
||||
if ($state.params.inventory_script_id !== undefined) {
|
||||
stateGoParams.activity_search[streamConfig.activityStreamTarget] = $state.params.inventory_script_id;
|
||||
stateGoParams.id = $state.params.inventory_script_id;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user