[canvas][map] Canvas can not render Map with query or filter in 8.15 #199318
Labels
bug
Fixes for quality problems that affect the customer experience
project:embeddableRebuild
regression
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
v8.15.0
v8.15.1
v8.15.2
v8.15.3
Steps
Problem
Filter notification action opens a popover to show filters and queries applied to the panel.
Filter popover retrieves data views with the following code snippet from https://github.com/elastic/kibana/blob/8.15/src/plugins/dashboard/public/dashboard_actions/filters_notification_popover.tsx#L59
parentApi
is undefined for legacy embeddables sodataViews
is set to undefined. For new react embeddables,parentApi
is defined by the results of useCanvasApi.parentApi
does not implementgetAllDataViews
, resulting in the failure.In 8.15, map embeddable was converted to the new embeddable system causing the regresion.
The text was updated successfully, but these errors were encountered: