Skip to content

Commit

Permalink
restore appSearch workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Jul 20, 2020
1 parent 11e1ca2 commit 70e43ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const features = ([
id: 'feature_2',
name: 'Feature 2',
navLinkId: 'feature2',
app: [],
app: ['feature2'],
catalogue: ['feature2Entry'],
management: {
kibana: ['somethingElse'],
Expand Down
3 changes: 3 additions & 0 deletions x-pack/test/ui_capabilities/common/nav_links_builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export class NavLinksBuilder {
app: ['kibana:stack_management'],
},
// TODO: Temp until navLinkIds fix is merged in
appSearch: {
app: ['appSearch', 'workplaceSearch'],
},
kibana: {
app: ['kibana'],
},
Expand Down

0 comments on commit 70e43ca

Please sign in to comment.