-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.8] [SecuritySolution] Restore lens table columns when Reset group …
…by field clicked. (#156393) (#156454) # Backport This will backport the following commits from `main` to `8.8`: - [[SecuritySolution] Restore lens table columns when Reset group by field clicked. (#156393)](#156393) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Angela Chuang","email":"6295984+angorayc@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-05-02T22:02:12Z","message":"[SecuritySolution] Restore lens table columns when Reset group by field clicked. (#156393)\n\n## Summary\r\n\r\nissue: https://github.com/elastic/kibana/issues/155859\r\nSteps to reproduce: Please find the issue above.\r\n\r\n`Reset group by field` action should:\r\n1. Revert `Group by` and `Group by top` to default fields\r\n`kibana.alert.rule.name` and `host.name`\r\n2. Unhide all the columns in the table.\r\n\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"db02784f98c6c41cbb0a0ccbc4895d67b698c4aa","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:Threat Hunting","Team: SecuritySolution","Team:Threat Hunting:Explore","v8.8.0","Feature:Lens Charts","v8.9.0"],"number":156393,"url":"https://github.com/elastic/kibana/pull/156393","mergeCommit":{"message":"[SecuritySolution] Restore lens table columns when Reset group by field clicked. (#156393)\n\n## Summary\r\n\r\nissue: https://github.com/elastic/kibana/issues/155859\r\nSteps to reproduce: Please find the issue above.\r\n\r\n`Reset group by field` action should:\r\n1. Revert `Group by` and `Group by top` to default fields\r\n`kibana.alert.rule.name` and `host.name`\r\n2. Unhide all the columns in the table.\r\n\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"db02784f98c6c41cbb0a0ccbc4895d67b698c4aa"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/156393","number":156393,"mergeCommit":{"message":"[SecuritySolution] Restore lens table columns when Reset group by field clicked. (#156393)\n\n## Summary\r\n\r\nissue: https://github.com/elastic/kibana/issues/155859\r\nSteps to reproduce: Please find the issue above.\r\n\r\n`Reset group by field` action should:\r\n1. Revert `Group by` and `Group by top` to default fields\r\n`kibana.alert.rule.name` and `host.name`\r\n2. Unhide all the columns in the table.\r\n\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"db02784f98c6c41cbb0a0ccbc4895d67b698c4aa"}}]}] BACKPORT--> Co-authored-by: Angela Chuang <6295984+angorayc@users.noreply.github.com>
- Loading branch information
1 parent
372d38f
commit 44753b2
Showing
4 changed files
with
221 additions
and
30 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