mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Merge pull request #8722 from elastic/jasper/backport/8721/5.x
[backport] PR #8721 to 5.x
This commit is contained in:
commit
39a4f3bd90
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