mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 04:59:22 -02:30
Strip the extra query params when the user uses the activity stream dropdown nav.
This commit is contained in:
@@ -42,7 +42,7 @@ export default ['templateUrl', function(templateUrl) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Attach the taget to the query parameters
|
// Attach the taget to the query parameters
|
||||||
$state.go('activityStream', {target: $scope.streamTarget});
|
$state.go('activityStream', {target: $scope.streamTarget}, {inherit: false});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user