Skip to content

Commit

Permalink
add indexPatternId to sharing data (#12772)
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese authored Jul 11, 2017
1 parent c1e5d54 commit 42fe210
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ function discoverController(
fields: selectFields,
metaFields: $scope.indexPattern.metaFields,
conflictedTypesFields: $scope.indexPattern.fields.filter(f => f.type === 'conflict').map(f => f.name),
indexPatternId: searchSource.get('index').id
};
};

Expand Down

0 comments on commit 42fe210

Please sign in to comment.