Skip to content

Commit

Permalink
[7.x] [File upload] Change 'file_upload' id and refs to 'fileU… (elas…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell authored Apr 10, 2020
1 parent f6046e2 commit 3c129e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions x-pack/plugins/file_upload/kibana.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"id": "file_upload",
"id": "fileUpload",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["xpack", "file_upload"],
"server": true,
"ui": true,
"requiredPlugins": ["data", "usageCollection"]
Expand Down
4 changes: 2 additions & 2 deletions x-pack/plugins/maps/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ export const bindSetupCoreAndPlugins = (core: CoreSetup, plugins: any) => {
};

export const bindStartCoreAndPlugins = (core: CoreStart, plugins: any) => {
const { file_upload, data, inspector } = plugins;
const { fileUpload, data, inspector } = plugins;
setInspector(inspector);
setFileUpload(file_upload);
setFileUpload(fileUpload);
setIndexPatternSelect(data.ui.IndexPatternSelect);
setTimeFilter(data.query.timefilter.timefilter);
setIndexPatternService(data.indexPatterns);
Expand Down

0 comments on commit 3c129e4

Please sign in to comment.