1
0
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:
Michael Abashian 2016-03-02 10:04:23 -05:00
parent f2f51ab132
commit b967caedaa

View File

@ -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});
}
}