Happened on "Welcome to my place".
The announces/announcers collections are appended after we invite people. But React-Admin does not know the resource has been updated, so it sends a PUT request and overwrite the announces/announcers predicates.
The solution would be to always use PATCH when editing objects !
Happened on "Welcome to my place".
The announces/announcers collections are appended after we invite people. But React-Admin does not know the resource has been updated, so it sends a PUT request and overwrite the announces/announcers predicates.
The solution would be to always use PATCH when editing objects !