[visualize embeddable] Filters notification not displayed for visualize embeddable in Dashboard #193598
Labels
bug
Fixes for quality problems that affect the customer experience
regression
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Following #192002, filters notification badge is only displayed for embeddables that partially implement the unified search interface. The code snippet below shows the
isApiCompatible
check used by the filters notification action. If this check returns false, then the filters notification badge is not displayed for a panel.https://github.com/elastic/kibana/blob/main/src/plugins/dashboard/public/dashboard_actions/filters_notification_action.tsx#L41
The visualize embeddable does not implement unified search interface and provide
filters$
orquery$
. This results in the filters notification badge not getting displayed for the visualize embeddable.Steps to reproduce
The text was updated successfully, but these errors were encountered: