-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Add ability to customize the success notification message in delete buttons #9868
Add ability to customize the success notification message in delete buttons #9868
Conversation
As is is a new feature, it needs to target the |
Hi @slax57. I changed target branch to next. Can you review? |
Thanks for your PR. Could you please add unit tests? |
…, useDeleteWithConfirmController, BulkDeleteWithConfirmButton, BulkDeleteWithUndoButton, DeleteWithConfirmButton and DeleteWithUndoButton.
I've added unit tests. |
…eWithUndoButton success message tests.
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.
Other than that, the code looks good, thanks for the PR!
packages/ra-core/src/controller/button/useDeleteWithUndoController.spec.tsx
Outdated
Show resolved
Hide resolved
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.
All good, thanks!
Sorry for taking so long to review... 😬
Closes #9837