We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What you were expecting: Bulk selection in Datagrid of ReferenceManyField disappears after BulkDelete action.
What happened instead: Bulk selection remains even though element(s) have been sucessfully deleted
Steps to reproduce:
Related code: https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple
Environment
The text was updated successfully, but these errors were encountered:
Reproduced, thanks!
Sorry, something went wrong.
Fix BulkdDeleteButton doesn't clear selection when used inside Refere…
c1f0a7b
…nceManyField Closes #8328
<BulkDeleteButton>
<ReferenceManyField>
fzaninotto
Successfully merging a pull request may close this issue.
What you were expecting:
Bulk selection in Datagrid of ReferenceManyField disappears after BulkDelete action.
What happened instead:
Bulk selection remains even though element(s) have been sucessfully deleted
Steps to reproduce:
Related code:
https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple
Environment
The text was updated successfully, but these errors were encountered: