-
Notifications
You must be signed in to change notification settings - Fork 73
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 support for nested fields filtering & Fix bug with null/'' dates #47
Conversation
* The sanitize function was failing with cannot read `id` of null when sanitizing a nested JSON field that contained the array `[ null ]`
I tested and found this to be working as expected. There is only one change to the code need to be added to take care of an error:
This should change the cast of the ID field to the correct type. |
are you passing variables as 1234 or |
Adding a fix for this: marmelab/react-admin#6199 |
With a different approach than remiremi, but inspired from his PR!
Feel free to close if you go another way!