Skip to content

Commit

Permalink
Merge pull request #51 from istresearch/P4-1549
Browse files Browse the repository at this point in the history
P4 1549 - Filtering any normal field produces an error
  • Loading branch information
andrewkcarter committed May 27, 2020
2 parents 7617247 + b89818c commit 3f0e928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/hacks/custom_filter_bootstrap/index.js
Expand Up @@ -98,7 +98,7 @@ app.run(['$rootScope', ($rootScope) => {
}

if (!customFilterFlag) {
addFiltersOriginal.apply(filterManager, newFilters);
addFiltersCached.apply(filterManager, newFilters);
}
};
})(indexPatterns, filterManager.addFilters);

0 comments on commit 3f0e928

Please sign in to comment.