-
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] Disable export if no content #195178
[Console] Disable export if no content #195178
Conversation
Pinging @elastic/kibana-management (Team:Kibana Management) |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest FailuresMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: 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.
Thanks for fixing this! Tested locally, changes lgtm.
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11214623300 |
(cherry picked from commit 76e4ffa)
💚 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] Disable export if no content (#195178)](#195178) <!--- 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":"2024-10-07T11:33:14Z","message":"[Console] Disable export if no content (#195178)","sha":"76e4ffa0c9628d7b71400043e39c9c5973d34b7d","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.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] Disable export if no content","number":195178,"url":"https://github.com/elastic/kibana/pull/195178","mergeCommit":{"message":"[Console] Disable export if no content (#195178)","sha":"76e4ffa0c9628d7b71400043e39c9c5973d34b7d"}},"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/195178","number":195178,"mergeCommit":{"message":"[Console] Disable export if no content (#195178)","sha":"76e4ffa0c9628d7b71400043e39c9c5973d34b7d"}}]}] BACKPORT--> Co-authored-by: Ignacio Rivas <[email protected]>
Fixes #195117
Summary
This PR disables the export request button if there isnt anything to export.