Fix BreadcrumbAppendExtension
in solution nav
#208728
Labels
Feature:Chrome
Core's Chrome UI (sidenav, header, breadcrumbs)
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
While working on #201596 I noticed that
BreadcrumbAppendExtension
just isn't there in solution nav. TheBreadcrumbAppendExtension
is used to append some UI next to the last breadcrumb.kibana/src/core/packages/chrome/browser/src/contracts.ts
Lines 93 to 103 in 64b6a1a
We need to add it solution nav to make #201596 work properly.
This also means there is now missing functionality in solution nav
kibana/x-pack/solutions/observability/plugins/observability_logs_explorer/public/components/logs_explorer_top_nav_menu.tsx
Lines 103 to 117 in 8902f70
We also should improve the API to properly support multiple slots to avoid workarounds like:
kibana/x-pack/solutions/observability/plugins/observability_logs_explorer/public/components/logs_explorer_top_nav_menu.tsx
Lines 91 to 99 in 8902f70
The text was updated successfully, but these errors were encountered: