Skip to content

Commit

Permalink
Switch plugin URLs back to /app/enterprise_search/app_search
Browse files Browse the repository at this point in the history
Now that elastic#66455 has been merged in 🎉
  • Loading branch information
cee-chen committed Jun 4, 2020
1 parent dabdeaa commit 48c3adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/enterprise_search/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class EnterpriseSearchPlugin implements Plugin {
core.application.register({
id: 'app_search',
title: 'App Search',
// appRoute: '/app/enterprise_search/app_search', // TODO: Switch to this once https://github.com/elastic/kibana/issues/59190 is in
appRoute: '/app/enterprise_search/app_search',
category: DEFAULT_APP_CATEGORIES.enterpriseSearch,
mount: async (params: AppMountParameters) => {
const [coreStart] = await core.getStartServices();
Expand All @@ -61,7 +61,7 @@ export class EnterpriseSearchPlugin implements Plugin {
icon: AppSearchLogo,
description:
'Leverage dashboards, analytics, and APIs for advanced application search made simple.',
path: '/app/app_search', // TODO: Switch to '/app/enterprise_search/app_search' once https://github.com/elastic/kibana/issues/59190 is in
path: '/app/enterprise_search/app_search',
category: FeatureCatalogueCategory.DATA,
showOnHomePage: true,
});
Expand Down

0 comments on commit 48c3adc

Please sign in to comment.