-
-
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
Lost filters after edit resource #4835
Comments
Thanks for the report, I reproduced the bug. This only happens with the category link. Setting the Category filter manually in the Product list makes it persistent. |
The problem comes from |
I'm having somewhat related issue. I have this button inside a list which fetches a resource. After fetch succeds for a split second the updated resource is shown on the list but after that query changes and i'm redirected to first page of 'books'. Even if i remove
|
@argestes This is probably not the same problem. I suggest you ask for troubleshoot help in StackOverflow. |
What you were expecting:
Afeter edit resource redirect to list with filters.
What happened instead:
Redirect to list without filters.
Steps to reproduce:
Access demo(https://marmelab.com/react-admin-demo/#/).
Go to Catalog/Categories.
Click on Products inside any category.
Edit any poster.
You lost Category filter.
Related code:
It happens on demo(https://marmelab.com/react-admin-demo/#/categories)
The text was updated successfully, but these errors were encountered: