-
-
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
<DeleteButton undoable={false} /> in List does not refresh List #2425
Comments
I add an example online: |
I'm having the same issue. |
BartoGabriel
added a commit
to BartoGabriel/react-admin
that referenced
this issue
Dec 13, 2018
setting
|
normanzb
added a commit
to normanzb/react-admin
that referenced
this issue
Jan 28, 2019
…lab#2425, when undoable={false} is enabled on edit view
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please do not submit support requests or "How to" questions here. For that, go to StackOverflow.
What you were expecting:
In List with
<DeleteButton undoable={false} />
, after user click delete, request sent to server, and item deleted from list.What happened instead:
user click delete, request sent to server, but item still remains in the list.
Steps to reproduce:
add in /examples/simple/src/posts/PostList -> PostListActionToolbar section.
Related code:
Other information:
Environment
The text was updated successfully, but these errors were encountered: