mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Strip the extra query params when the user uses the activity stream dropdown nav.
This commit is contained in:
parent
f2f51ab132
commit
b967caedaa
@ -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});
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user