mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Merge pull request #8721 from Bargs/fixVizUrl
Stop Discover's Visualize button from loading incorrect URL
This commit is contained in:
commit
c8e6fae235
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ app.directive('discFieldChooser', function ($location, globalState, config, $rou
|
|||
};
|
||||
}
|
||||
|
||||
return '#/visualize/create?' + $.param(_.assign($location.search(), {
|
||||
return '#/visualize/create?' + $.param(_.assign(_.clone($location.search()), {
|
||||
indexPattern: $scope.state.index,
|
||||
type: type,
|
||||
_a: rison.encode({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue