[9.1] [Security Solution] Fix toggle column not working from anywhere but the alerts page (#234278)#234380
Merged
kibanamachine merged 1 commit intoelastic:9.1from Sep 9, 2025
Conversation
…he alerts page (elastic#234278) ## Summary This PR fixes an issue related to the alert flyout toggle column functionality not working anywhere but from the alerts page. We noticed in the code that we when toggling on/off columns, were filtering out all the usages of the alerts table that were not the alerts page. This means that the rule details, case details, attack discovery and entity analytics pages had a bug where the toggle column cell actions was not working. <details> <summary>Alerts page remains unchanged</summary> Before fix https://github.com/user-attachments/assets/f713e70a-8a13-452c-8b9c-c468448b967a After fix https://github.com/user-attachments/assets/7383783e-69a8-452c-9d83-ad8d6e2a1565 </details> <details> <summary>Timeline remains unchanged</summary> Before fix | Before fix | After fix | | ------------- | ------------- | | https://github.com/user-attachments/assets/6088856d-f884-4a2e-819e-a6df12b31fbc | https://github.com/user-attachments/assets/4916b382-54fc-4210-9576-11cc8ebc2f2e | </details> <details> <summary>Explore pages remain unchanged</summary> Before fix https://github.com/user-attachments/assets/8c42e3f2-ab26-4632-9bba-e1c7f8957b6e After fix https://github.com/user-attachments/assets/69561c31-f69c-4ef9-9d8e-a7862e634e0b </details> <details> <summary>Case details page is fixed</summary> Before fix https://github.com/user-attachments/assets/9a73f413-606e-4245-b827-023677130d2b After fix https://github.com/user-attachments/assets/b7c0827a-4abc-4824-9b9e-8b86f545de17 </details> <details> <summary>Rule details page is fixed</summary> Before fix https://github.com/user-attachments/assets/560ddf58-7047-4258-aa21-6fd5bdb5e285 After fix https://github.com/user-attachments/assets/1d41244a-5482-4833-8887-d883a9f537be </details> <details> <summary>Attack discovery page is fixed</summary> Before fix https://github.com/user-attachments/assets/692e9af4-4cd8-4cb5-ac86-ce99706f6d37 After fix https://github.com/user-attachments/assets/5984c404-9d6b-4c1e-9af3-0877bd660024 </details> ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. elastic#234223 (cherry picked from commit 890f7e9)
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.1:Questions ?
Please refer to the Backport tool documentation