mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
stop refetching when fields change in discover, closes #90
This commit is contained in:
parent
921a48ca58
commit
17318e61ed
1 changed files with 2 additions and 1 deletions
|
@ -344,7 +344,8 @@ define(function (require) {
|
|||
return;
|
||||
}
|
||||
|
||||
$scope.fetch();
|
||||
// since we fetch all fields, adding/removing fields does not require another fetch
|
||||
// $scope.fetch();
|
||||
}
|
||||
|
||||
// TODO: Move to utility class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue