-
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
[Console] Fix small bug with copy as #206059
Conversation
Pinging @elastic/kibana-management (Team:Kibana Management) |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
cc @sabarasaba |
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.
tested locally, lgtm :)
Starting backport for target branches: 8.x |
(cherry picked from commit a394ea1)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[Console] Fix small bug with copy as (#206059)](#206059) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ignacio Rivas","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-14T08:18:35Z","message":"[Console] Fix small bug with copy as (#206059)","sha":"a394ea18e682336414b137edfec1cdca1249e211","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana Management","release_note:skip","v9.0.0","backport:prev-minor"],"title":"[Console] Fix small bug with copy as","number":206059,"url":"https://github.com/elastic/kibana/pull/206059","mergeCommit":{"message":"[Console] Fix small bug with copy as (#206059)","sha":"a394ea18e682336414b137edfec1cdca1249e211"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206059","number":206059,"mergeCommit":{"message":"[Console] Fix small bug with copy as (#206059)","sha":"a394ea18e682336414b137edfec1cdca1249e211"}}]}] BACKPORT--> Co-authored-by: Ignacio Rivas <[email protected]>
Fixes #193048
Summary
Small mistake in the logic for setting the default language. For reproducing the bug, check the video in the attached issue.
How to test