-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution] Toast shown after bulk editing mentions "data views" for all actions including those not related to editing index patterns #139897
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
**Resolves:** #139897 ## Summary Fixes bulk edit success toast's message. Displays `You've successfully updated X rules. If you did not select to apply changes to rules using Kibana data views, those rules were not updated and will continue using data views.` when rule's index patterns were edited and `You've successfully updated X rules.` in the other cases. *Before:* https://user-images.githubusercontent.com/3775283/199676233-d3287d97-8e66-4938-bc80-7c643ca0e0ad.mov *After:* https://user-images.githubusercontent.com/3775283/199676250-0814ea26-a9bb-4402-a8db-8c2f0e394563.mov ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
Reopening just to don't miss to validate it. |
we have validated this issue on 8.6.0 BC2 and found this issue to be fixed ✔️ . Now correct banner message are seen for different bulk operation on rules, tabular observation for each bulk operatation is shared below :- Observations:
Build Details:
Screen-Cast Rules.-.Kibana.Mozilla.Firefox.2022-11-24.07-11-19.mp4Hence we are closing this issue and adding "QA:Validated" tag to it. thanks !! |
Related to: #139802
Summary
Current behavior
When applying bulk edit action to rules, the success toast message will appear with the following message:
The second part of the message(
If you did not select to apply changes to rules using Kibana data views, those rules were not updated and will continue using data views.
) is displayed for any bulk edit action: tags, index patterns, actions, timeline.But, it is relevant only for bulk editing of index patterns
Proposal
Display message
You've successfully updated X rules.
for all bulk edit actions: tags, timelines, rule actions.Display message
You've successfully updated X rules. If you did not select to apply changes to rules using Kibana data views, those rules were not updated and will continue using data views.
for index patterns bulk edit actions only.It can be done by checking bulk edit request body, before displaying toast
The text was updated successfully, but these errors were encountered: