Skip to content

[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
kibanamachine:backport/9.1/pr-234278
Sep 9, 2025
Merged

[9.1] [Security Solution] Fix toggle column not working from anywhere but the alerts page (#234278)#234380
kibanamachine merged 1 commit intoelastic:9.1from
kibanamachine:backport/9.1/pr-234278

Conversation

@kibanamachine
Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from main to 9.1:

Questions ?

Please refer to the Backport tool documentation

…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)
@kibanamachine kibanamachine merged commit 3eef0ec into elastic:9.1 Sep 9, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants