Skip to content

Commit

Permalink
Merge pull request #122 from sperry94/refresh-field-cache
Browse files Browse the repository at this point in the history
feat: Refresh index pattern field cache on load
  • Loading branch information
Craig Cogdill authored Oct 10, 2019
2 parents 2a6bf0e + 2aeb1ed commit 03f85cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/ui/public/index_patterns/index_patterns.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function IndexPatternsProvider(Private, config) {
};

self.make = function (id) {
return (new IndexPattern(id)).init();
return (new IndexPattern(id)).init(true);
};

self.delete = function (pattern) {
Expand Down

0 comments on commit 03f85cc

Please sign in to comment.