-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Maps] fix Cannot open Lens editor in airgapped environment #132429
Conversation
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
Pinging @elastic/kibana-gis (Team:Geo) |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
code review and tested in chrome with and without network. also tested with ems-server.
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
8.2 #132463 |
…32429) (#132463) * [Maps] fix Cannot open Lens editor in airgapped environment (#132429) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 03617b4) # Conflicts: # x-pack/plugins/maps/public/lens/choropleth_chart/expression_renderer.tsx # x-pack/plugins/maps/public/lens/choropleth_chart/setup.ts * eslint
Another build candidate for 8.2.1 was created. This BC included this fix so it will be in 8.2.1 |
Fixes #132408
PR wraps all calls to
getEmsFileLayers
andgetEmsTmsServices
with try/catch block. These calls throw when EMS is unavailable.To test