mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03: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 {
|
||||
// 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