[Security Solution] Actions with conditional logic cannot be added through bulk actions (#156866)#156905
Merged
e40pud merged 1 commit intoelastic:mainfrom May 8, 2023
Conversation
…rough bulk actions (elastic#156866)
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
HistoryTo update your PR or re-run it, just comment with: cc @e40pud |
jpdjere
approved these changes
May 8, 2023
Contributor
jpdjere
left a comment
There was a problem hiding this comment.
Testing and working as expected. LGTM 👍
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
May 8, 2023
…rough bulk actions (elastic#156866) (elastic#156905) ## Summary Original ticket: elastic#156866 These changes fix the issue with the conditional actions in bulk editing. We did not add action filter attributes to the bulk editing scheme. More details here elastic#156866 (comment) (cherry picked from commit 9f69d2d)
kibanamachine
added a commit
that referenced
this pull request
May 8, 2023
…ded through bulk actions (#156866) (#156905) (#156976) # Backport This will backport the following commits from `main` to `8.8`: - [[Security Solution] Actions with conditional logic cannot be added through bulk actions (#156866) (#156905)](#156905) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ievgen Sorokopud","email":"ievgen.sorokopud@elastic.co"},"sourceCommit":{"committedDate":"2023-05-08T12:01:18Z","message":"[Security Solution] Actions with conditional logic cannot be added through bulk actions (#156866) (#156905)\n\n## Summary\r\n\r\nOriginal ticket: https://github.com/elastic/kibana/issues/156866\r\n\r\nThese changes fix the issue with the conditional actions in bulk\r\nediting. We did not add action filter attributes to the bulk editing\r\nscheme.\r\n\r\nMore details here\r\nhttps://github.com//issues/156866#issuecomment-1536469202","sha":"9f69d2dafd2ad7d53525f2f55967b7128644516a","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Detection Rules","Team:Detection Alerts","backport:prev-minor","ci:cloud-deploy","v8.9.0"],"number":156905,"url":"https://github.com/elastic/kibana/pull/156905","mergeCommit":{"message":"[Security Solution] Actions with conditional logic cannot be added through bulk actions (#156866) (#156905)\n\n## Summary\r\n\r\nOriginal ticket: https://github.com/elastic/kibana/issues/156866\r\n\r\nThese changes fix the issue with the conditional actions in bulk\r\nediting. We did not add action filter attributes to the bulk editing\r\nscheme.\r\n\r\nMore details here\r\nhttps://github.com//issues/156866#issuecomment-1536469202","sha":"9f69d2dafd2ad7d53525f2f55967b7128644516a"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/156905","number":156905,"mergeCommit":{"message":"[Security Solution] Actions with conditional logic cannot be added through bulk actions (#156866) (#156905)\n\n## Summary\r\n\r\nOriginal ticket: https://github.com/elastic/kibana/issues/156866\r\n\r\nThese changes fix the issue with the conditional actions in bulk\r\nediting. We did not add action filter attributes to the bulk editing\r\nscheme.\r\n\r\nMore details here\r\nhttps://github.com//issues/156866#issuecomment-1536469202","sha":"9f69d2dafd2ad7d53525f2f55967b7128644516a"}}]}] BACKPORT--> Co-authored-by: Ievgen Sorokopud <ievgen.sorokopud@elastic.co>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Original ticket: #156866
These changes fix the issue with the conditional actions in bulk editing. We did not add action filter attributes to the bulk editing scheme.
More details here #156866 (comment)