Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.14] [Cloud Security] Patch fix for Column label on Cloud Security …
…Data table (#186425) (#186545) # Backport This will backport the following commits from `main` to `8.14`: - [[Cloud Security] Patch fix for Column label on Cloud Security Data table (#186425)](#186425) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Rickyanto Ang","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-06-20T15:30:19Z","message":"[Cloud Security] Patch fix for Column label on Cloud Security Data table (#186425)\n\n## Summary\r\n<img width=\"1478\" alt=\"Screenshot 2024-06-18 at 6 10 05 PM\"\r\nsrc=\"https://github.com/elastic/kibana/assets/8703149/f095591d-f0ee-41bd-8b7d-07880bcf61d9\">\r\n\r\n\r\nCurrently we have an issue where if user already has localStorageKey\r\nfrom previous version where we still use Update for our Column Label and\r\nthen proceed to upgrading to version where we no longer use that, the\r\ncolumn name in Findings table will show field name (it shows resource.id\r\ninstead of Resource ID)\r\n\r\nalso because we changed the logic and not allow users to change the\r\ncolumn headers in the data grid, option to **edit data view field** is\r\nremoved for Cloud Security Table\r\n<img width=\"741\" alt=\"Screenshot 2024-06-19 at 9 16 06 AM\"\r\nsrc=\"https://github.com/elastic/kibana/assets/8703149/df1ec765-89de-4f43-a723-daf9558af135\">\r\n\r\n\r\nThis patch fixes that issues\r\n\r\nRelated to #184295","sha":"7304484cf4f160b92d477f85b59815d8d0c56986","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Cloud Security","backport:prev-minor","v8.15.0","v8.14.2"],"title":"[Cloud Security] Patch fix for Column label on Cloud Security Data table","number":186425,"url":"https://github.com/elastic/kibana/pull/186425","mergeCommit":{"message":"[Cloud Security] Patch fix for Column label on Cloud Security Data table (#186425)\n\n## Summary\r\n<img width=\"1478\" alt=\"Screenshot 2024-06-18 at 6 10 05 PM\"\r\nsrc=\"https://github.com/elastic/kibana/assets/8703149/f095591d-f0ee-41bd-8b7d-07880bcf61d9\">\r\n\r\n\r\nCurrently we have an issue where if user already has localStorageKey\r\nfrom previous version where we still use Update for our Column Label and\r\nthen proceed to upgrading to version where we no longer use that, the\r\ncolumn name in Findings table will show field name (it shows resource.id\r\ninstead of Resource ID)\r\n\r\nalso because we changed the logic and not allow users to change the\r\ncolumn headers in the data grid, option to **edit data view field** is\r\nremoved for Cloud Security Table\r\n<img width=\"741\" alt=\"Screenshot 2024-06-19 at 9 16 06 AM\"\r\nsrc=\"https://github.com/elastic/kibana/assets/8703149/df1ec765-89de-4f43-a723-daf9558af135\">\r\n\r\n\r\nThis patch fixes that issues\r\n\r\nRelated to #184295","sha":"7304484cf4f160b92d477f85b59815d8d0c56986"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/186425","number":186425,"mergeCommit":{"message":"[Cloud Security] Patch fix for Column label on Cloud Security Data table (#186425)\n\n## Summary\r\n<img width=\"1478\" alt=\"Screenshot 2024-06-18 at 6 10 05 PM\"\r\nsrc=\"https://github.com/elastic/kibana/assets/8703149/f095591d-f0ee-41bd-8b7d-07880bcf61d9\">\r\n\r\n\r\nCurrently we have an issue where if user already has localStorageKey\r\nfrom previous version where we still use Update for our Column Label and\r\nthen proceed to upgrading to version where we no longer use that, the\r\ncolumn name in Findings table will show field name (it shows resource.id\r\ninstead of Resource ID)\r\n\r\nalso because we changed the logic and not allow users to change the\r\ncolumn headers in the data grid, option to **edit data view field** is\r\nremoved for Cloud Security Table\r\n<img width=\"741\" alt=\"Screenshot 2024-06-19 at 9 16 06 AM\"\r\nsrc=\"https://github.com/elastic/kibana/assets/8703149/df1ec765-89de-4f43-a723-daf9558af135\">\r\n\r\n\r\nThis patch fixes that issues\r\n\r\nRelated to #184295","sha":"7304484cf4f160b92d477f85b59815d8d0c56986"}},{"branch":"8.14","label":"v8.14.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> --------- Co-authored-by: Rickyanto Ang <[email protected]>
- Loading branch information