Skip to content
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

[8.12] [Security Solution] User Alert Assignment feature: Assignee column in Alerts Table not displaying after upgrading to 8.12 (#173695) (#174370) #175207

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

kibanamachine
Copy link
Contributor

… 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]>
(cherry picked from commit 586c358)
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
securitySolution 13.1MB 13.1MB -8.4KB
Unknown metric groups

ESLint disabled line counts

id before after diff
securitySolution 468 469 +1

Total ESLint disabled count

id before after diff
securitySolution 538 539 +1

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @e40pud

@kibanamachine kibanamachine merged commit dcf66ef into elastic:8.12 Jan 23, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants