-
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][Exceptions] - Add back exceptions export success toast #131952
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
@elasticmachine merge upstream |
setExportDownload({ name: listId, blob }); | ||
}, | ||
[] | ||
[addSuccess] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@semd Why was this dependency removed in your pr? https://github.com/elastic/kibana/pull/103275/files#diff-23dad27ad5775a9231a0e8ab9d59dd337feae06d763ab45b63767f1101ee6059R168-R172
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I think we should wait to hear back from @semd to understand if there was a reason why the dependency was removed or if it was just a typo.
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @yctercero |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Disclaimer: I didn't test it but it's simple changes and look correct 👍
I think we should move it outside of x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions
because now it's a dedicated Exception Lists page that deserves its own folder.
@banderror 8.4 is bringing updates to all these exceptions flow and we'll be sure to move it out then! |
…toast (elastic#131952) Addresses elastic#88449 It appears that the success toaster code was deleted at some point as the text for the toaster was already there just not in use. Simple fix to add back in. Added check for toaster to existing cypress test.
Summary
Addresses #88449
It appears that the success toaster code was deleted at some point as the text for the toaster was already there just not in use. Simple fix to add back in. Added check for toaster to existing cypress test.
Checklist