Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move ApplyFiltersPopover ⇒ NP #51022

Closed
3 tasks done
lizozom opened this issue Nov 19, 2019 · 1 comment
Closed
3 tasks done

Move ApplyFiltersPopover ⇒ NP #51022

lizozom opened this issue Nov 19, 2019 · 1 comment
Assignees
Labels
Feature:NP Migration release_note:plugin_api_changes Contains a Plugin API changes section for the breaking plugin API changes section. v7.6.0 v8.0.0

Comments

@lizozom
Copy link
Contributor

lizozom commented Nov 19, 2019

TODO

Dev Docs

The ApplyFiltersPopover component is no longer exported.

If you wish to open the filter selection popover, you should use the Actions API from within an embeddable:

 await uiActions.executeTriggerActions(APPLY_FILTER_TRIGGER, {
    embeddable: this,
    filters,
 });
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@lizozom lizozom added the release_note:plugin_api_changes Contains a Plugin API changes section for the breaking plugin API changes section. label Nov 28, 2019
@lizozom lizozom self-assigned this Dec 2, 2019
@lizozom lizozom closed this as completed Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:NP Migration release_note:plugin_api_changes Contains a Plugin API changes section for the breaking plugin API changes section. v7.6.0 v8.0.0
Projects
None yet
Development

No branches or pull requests

2 participants