forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution] User Alert Assignment feature: Assignee column in…
… Alerts Table not displaying after upgrading to 8.12 (elastic#173695) (elastic#174370) ## Summary Addresses elastic#173695 This PR fixes the issue with the missing "Assignees" column specs in the alert's table after user upgrades to `v8.12+`. This happens because we store table mode specs in the local storage and do not update it after the upgrade. With this changes we add missing column specs if needed. To easily reproduce the bug (without actual upgrades): 1. Run latest main 2. Open web inspector > local storage data 3. Find and update next items: `securityDataTable`, `detection-engine-alert-table-securitySolution-alerts-page-gridView` and `detection-engine-alert-table-securitySolution-rule-details-gridView`. You need to remove "Assignees" column specs which look like this: `{"columnHeaderType":"not-filtered","displayAsText":"Assignees","id":"kibana.alert.workflow_assignee_ids","initialWidth":190,"schema":"string"}`. Also, for the last to items remove `"kibana.alert.workflow_assignee_ids"` from `visibleColumns`. --------- Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
7a85e8d
commit 586c358
Showing
6 changed files
with
376 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.