diff --git a/awx/ui/client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js b/awx/ui/client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js index b7c71e338a..2fde904199 100644 --- a/awx/ui/client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js +++ b/awx/ui/client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js @@ -42,7 +42,7 @@ export default ['templateUrl', function(templateUrl) { } else { // Attach the taget to the query parameters - $state.go('activityStream', {target: $scope.streamTarget}); + $state.go('activityStream', {target: $scope.streamTarget}, {inherit: false}); } }