-
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
fix: [Security:Manage:EntityAnalytics:EntityStore] missing labels on Entity store page #207400
Conversation
…Entity store page Closes: elastic#205826 Closes: elastic#205825
/ci |
Pinging @elastic/kibana-accessibility (Project:Accessibility) |
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
# Conflicts: # x-pack/solutions/security/plugins/security_solution/public/entity_analytics/pages/entity_store_management_page.tsx
@CAWilson94 please have a look |
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, Alex! I Desk tested, and I can confirm that the main branch with Axe tools reports 2 issues, while the PR branch now reports 0. 🎉 Great work!
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/13048940648 |
…Entity store page (elastic#207400) Closes: elastic#205826 Closes: elastic#205825 **Description** Import entities input file upload box is missing label on entity store page. **Preconditions** Security -> Manage ->Entity store page **Steps to reproduce** 1. Open Entity store page 2. Run axe-core through the page **Changes made** 1. added required `aria-label` attributes for mentioned places **Screen** <img width="1223" alt="image" src="https://github.com/user-attachments/assets/29a76c2c-76f6-4bdc-b3f4-4feefc4009eb" /> (cherry picked from commit 50272d6)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ls on Entity store page (#207400) (#208888) # Backport This will backport the following commits from `main` to `8.x`: - [fix: [Security:Manage:EntityAnalytics:EntityStore] missing labels on Entity store page (#207400)](#207400) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alexey Antonov","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-30T09:05:22Z","message":"fix: [Security:Manage:EntityAnalytics:EntityStore] missing labels on Entity store page (#207400)\n\nCloses: #205826\r\nCloses: #205825\r\n\r\n**Description**\r\nImport entities input file upload box is missing label on entity store\r\npage.\r\n\r\n**Preconditions**\r\nSecurity -> Manage ->Entity store page\r\n\r\n**Steps to reproduce**\r\n1. Open Entity store page\r\n2. Run axe-core through the page\r\n\r\n**Changes made**\r\n1. added required `aria-label` attributes for mentioned places\r\n\r\n**Screen**\r\n\r\n<img width=\"1223\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/29a76c2c-76f6-4bdc-b3f4-4feefc4009eb\"\r\n/>","sha":"50272d651bab2ec56f3149e7fad91de79048e05a","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Project:Accessibility","release_note:skip","v9.0.0","backport:prev-minor"],"title":"fix: [Security:Manage:EntityAnalytics:EntityStore] missing labels on Entity store page","number":207400,"url":"https://github.com/elastic/kibana/pull/207400","mergeCommit":{"message":"fix: [Security:Manage:EntityAnalytics:EntityStore] missing labels on Entity store page (#207400)\n\nCloses: #205826\r\nCloses: #205825\r\n\r\n**Description**\r\nImport entities input file upload box is missing label on entity store\r\npage.\r\n\r\n**Preconditions**\r\nSecurity -> Manage ->Entity store page\r\n\r\n**Steps to reproduce**\r\n1. Open Entity store page\r\n2. Run axe-core through the page\r\n\r\n**Changes made**\r\n1. added required `aria-label` attributes for mentioned places\r\n\r\n**Screen**\r\n\r\n<img width=\"1223\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/29a76c2c-76f6-4bdc-b3f4-4feefc4009eb\"\r\n/>","sha":"50272d651bab2ec56f3149e7fad91de79048e05a"}},"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/207400","number":207400,"mergeCommit":{"message":"fix: [Security:Manage:EntityAnalytics:EntityStore] missing labels on Entity store page (#207400)\n\nCloses: #205826\r\nCloses: #205825\r\n\r\n**Description**\r\nImport entities input file upload box is missing label on entity store\r\npage.\r\n\r\n**Preconditions**\r\nSecurity -> Manage ->Entity store page\r\n\r\n**Steps to reproduce**\r\n1. Open Entity store page\r\n2. Run axe-core through the page\r\n\r\n**Changes made**\r\n1. added required `aria-label` attributes for mentioned places\r\n\r\n**Screen**\r\n\r\n<img width=\"1223\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/29a76c2c-76f6-4bdc-b3f4-4feefc4009eb\"\r\n/>","sha":"50272d651bab2ec56f3149e7fad91de79048e05a"}}]}] BACKPORT--> Co-authored-by: Alexey Antonov <[email protected]>
Closes: #205826
Closes: #205825
Description
Import entities input file upload box is missing label on entity store page.
Preconditions
Security -> Manage ->Entity store page
Steps to reproduce
Changes made
aria-label
attributes for mentioned placesScreen